Method: Icss::Meta::PrimitiveSchema#doc=

Defined in:
lib/icss/type/simple_types.rb

#doc=(str) ⇒ Object



6
7
8
9
10
11
# 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