module Icss::Meta::PrimitiveSchema

Public Instance Methods

doc() click to toggle source
# File lib/icss/type/simple_types.rb, line 5
def doc() "" end
doc=(str) click to toggle source
# File lib/icss/type/simple_types.rb, line 6
def doc=(str)
  singleton_class.class_eval do
    remove_possible_method(:doc)
    define_method(:doc){ str }
  end
end
to_schema() click to toggle source
# File lib/icss/type/simple_types.rb, line 4
def to_schema() fullname ; end