Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#to_debugObject



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

def to_debug
  self.to_s.to_debug
end

#to_loggerObject Also known as: to_info



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

def to_logger
  self.to_s.to_logger
end