#doc, #doc=, #to_schema
23
# File 'lib/icss/type/simple_types.rb', line 23 def fullname() :numeric ; end
# File 'lib/icss/type/simple_types.rb', line 23 def receive(val=nil) val.blank? ? nil : val.to_f ; end