class Icss::Meta::IdenticalFactory

Receives any object just as given.

@example

# receive_foo accepts the item just as given
field :foo, Icss::Meta::IdenticalFactory

Public Class Methods

receive(obj) click to toggle source
# File lib/icss/type/type_factory.rb, line 11
def self.receive(obj)
  obj
end