class String

Public Instance Methods

|(what) click to toggle source
# File lib/flickru/string.rb, line 2
def | what
  self.strip.empty? ? what : self
end