Class: String

Inherits:
Object show all
Defined in:
lib/eac_ruby_utils/patches/string/inflector.rb

Direct Known Subclasses

EacRubyUtils::BlankNotBlank

Instance Method Summary collapse

Instance Method Details

#variableize(validate = true) ⇒ Object

Shortcut to ‘EacRubyUtils::Inflector.variableize(self, …)`.



8
9
10
# File 'lib/eac_ruby_utils/patches/string/inflector.rb', line 8

def variableize(validate = true)
  ::EacRubyUtils::Inflector.variableize(self, validate)
end