Top Level Namespace

Defined Under Namespace

Classes: NullChainer

Instance Method Summary collapse

Instance Method Details

#NullChain(obj) ⇒ Object



23
24
25
# File 'lib/nullobject_chain.rb', line 23

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