Module: Kernel

Defined in:
lib/anchor/support/kernel.rb

Instance Method Summary collapse

Instance Method Details

#anchor(*objs, &block) ⇒ Object



2
3
4
# File 'lib/anchor/support/kernel.rb', line 2

def anchor(*objs, &block)
  Anchor.hook(*objs, &block)
end