Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/hostconnect/core_extensions/symbol.rb

Instance Method Summary collapse

Instance Method Details

#camelizeObject



6
7
8
# File 'lib/hostconnect/core_extensions/symbol.rb', line 6

def camelize
  ActiveSupport::Inflector.camelize(self.to_s)
end

#classifyObject



2
3
4
# File 'lib/hostconnect/core_extensions/symbol.rb', line 2

def classify
  ActiveSupport::Inflector.classify(self.to_s)
end