module Icss::Meta::StringSchema
Public Instance Methods
fullname()
click to toggle source
# File lib/icss/type/simple_types.rb, line 20 def fullname() :string ; end
receive(val=nil)
click to toggle source
# File lib/icss/type/simple_types.rb, line 20 def receive(val=nil) self.new(val.to_s) ; end