Module: Icss::Meta::NilClassSchema

Includes:
PrimitiveSchema
Included in:
NilClass
Defined in:
lib/icss/type/simple_types.rb

Instance Method Summary collapse

Methods included from PrimitiveSchema

#doc, #doc=, #to_schema

Instance Method Details

#fullnameObject



14
# File 'lib/icss/type/simple_types.rb', line 14

def fullname()  :null    ; end

#receive(val = nil) ⇒ Object

Raises:

  • (ArgumentError)


14
# File 'lib/icss/type/simple_types.rb', line 14

def receive(val=nil) raise(ArgumentError, "#{self} must be initialized with nil, but [#{val}] was given") unless val.nil? ; nil ; end