Top Level Namespace

Defined Under Namespace

Classes: NullChainer

Instance Method Summary collapse

Instance Method Details

#NullChain(obj) ⇒ Object



32
33
34
# File 'lib/nullobject_chain.rb', line 32

def NullChain(obj)
  NullChainer.new(obj)
end