Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/yake/support.rb
Instance Method Summary collapse
Instance Method Details
#camel_case ⇒ Object
40 |
# File 'lib/yake/support.rb', line 40 def camel_case() to_s.camel_case.to_sym end |
#snake_case ⇒ Object
41 |
# File 'lib/yake/support.rb', line 41 def snake_case() to_s.snake_case.to_sym end |