Method: Symbol#underscore
- Defined in:
- lib/nano/symbol/underscore.rb
#underscore ⇒ Object
6 7 8 |
# File 'lib/nano/symbol/underscore.rb', line 6 def underscore self.to_s.underscore.to_sym end |
6 7 8 |
# File 'lib/nano/symbol/underscore.rb', line 6 def underscore self.to_s.underscore.to_sym end |