Class: C::PrimitiveType

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

Instance Method Summary collapse

Instance Method Details

#underlying_typenameObject



766
767
768
# File 'lib/csquare.rb', line 766

def underlying_typename
  self.class.to_s.split('::')[1].downcase
end