Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/rhesus/core.rb
Instance Method Summary collapse
Instance Method Details
#to_camel_case ⇒ Object
10 11 12 |
# File 'lib/rhesus/core.rb', line 10 def to_camel_case camelize self end |
#to_snake_case ⇒ Object
6 7 8 |
# File 'lib/rhesus/core.rb', line 6 def to_snake_case snake_case self end |