Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/quantify/core_extensions/symbol.rb

Instance Method Summary collapse

Instance Method Details

#remove_underscoresObject



3
4
5
# File 'lib/quantify/core_extensions/symbol.rb', line 3

def remove_underscores
  self.to_s.remove_underscores
end