Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/ruby_rockers/helpers.rb
Instance Method Summary collapse
Instance Method Details
#initial ⇒ Object
3 4 5 |
# File 'lib/ruby_rockers/helpers.rb', line 3 def initial self.split[0][0,1].downcase + self.split[1][0,1].downcase end |