Class: String

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

Instance Method Summary collapse

Instance Method Details

#down_firstObject



2
# File 'lib/rubinium/string.rb', line 2

def down_first; self.gsub(/^(.)/, $1.downcase) if self =~ /^(.)/; end