Sha256: 0882cbb7d6214202fab0dc02b9877001e1c7474036757435df1b43aed726478c

Contents?: true

Size: 115 Bytes

Versions: 4

Compression:

Stored size: 115 Bytes

Contents

class String

  def humanize
    
    if include?("-")
      self.split("-").join(" ").downcase
    end

  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
picturama-0.0.6 lib/ext/string.rb
picturama-0.0.5 lib/ext/string.rb
picturama-0.0.3 lib/ext/string.rb
picturama-0.0.2 lib/ext/string.rb