Class: String

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

Instance Method Summary collapse

Instance Method Details

#debuttonizeObject



6
7
8
# File 'lib/buttons/core_ext/string.rb', line 6

def debuttonize
  self.underscore.gsub(/_button$/, '')
end

#strip_whitespaceObject



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

def strip_whitespace
  self.strip.gsub(/[\n\s]+/, ' ')
end