class Symbol
Public Instance Methods
remove_underscores()
click to toggle source
# File lib/quantify/core_extensions/symbol.rb, line 3 def remove_underscores self.to_s.remove_underscores end
# File lib/quantify/core_extensions/symbol.rb, line 3 def remove_underscores self.to_s.remove_underscores end