Class: Fixnum

Inherits:
Object
  • Object
show all
Defined in:
lib/content_driven/support.rb

Instance Method Summary collapse

Instance Method Details

#to_symObject



11
12
13
# File 'lib/content_driven/support.rb', line 11

def to_sym
  self.to_s.to_sym
end