Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/pbcopy.rb

Instance Method Summary collapse

Instance Method Details

#|(pbcopy) ⇒ Object



15
16
17
18
# File 'lib/pbcopy.rb', line 15

def |(pbcopy)
  pbcopy.put [[Pasteboard::Type::UTF_8, self]]
  self
end