Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/mohawk/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#to_methodObject



2
3
4
# File 'lib/mohawk/core_ext/string.rb', line 2

def to_method
  self.gsub(/\W+/, "_").downcase.to_sym
end