# File lib/pry/default_commands/gist.rb, line 121
        def perform_clipboard
          copy(self.content)
          output.puts "Copied content to clipboard!"
        end