Module: Kernel

Defined in:
lib/hark/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#hark(*args, &block) ⇒ Object



2
3
4
# File 'lib/hark/core_ext.rb', line 2

def hark *args, &block
  Hark.from *args, &block
end