Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/buttons/core_ext/string.rb
Instance Method Summary collapse
Instance Method Details
#debuttonize ⇒ Object
6 7 8 |
# File 'lib/buttons/core_ext/string.rb', line 6 def self.underscore.gsub(/_button$/, '') end |
#strip_whitespace ⇒ Object
2 3 4 |
# File 'lib/buttons/core_ext/string.rb', line 2 def strip_whitespace self.strip.gsub(/[\n\s]+/, ' ') end |