Method: Yap::World#func

Defined in:
lib/yap/world.rb

#func(name, &blk) ⇒ Object



110
111
112
# File 'lib/yap/world.rb', line 110

def func(name, &blk)
  Yap::Shell::ShellCommand.define_shell_function(name, &blk)
end