class String

def variableize

def variableize
  ::EacRubyUtils::Inflector.variableize(self)
end