Class: String

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

Instance Method Summary collapse

Instance Method Details

#|(what) ⇒ Object



2
3
4
# File 'lib/flickru/string.rb', line 2

def | what
  self.strip.empty? ? what : self
end