class String

Public Instance Methods

words() click to toggle source
# File lib/ascii_invoicer/tweaks.rb, line 15
def words
  self.split " "
end