Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/quantify/core_extensions/symbol.rb
Instance Method Summary collapse
Instance Method Details
#remove_underscores ⇒ Object
3 4 5 |
# File 'lib/quantify/core_extensions/symbol.rb', line 3 def remove_underscores self.to_s.remove_underscores end |