Class: Perc::CliWrapper
- Inherits:
-
Object
- Object
- Perc::CliWrapper
- Defined in:
- lib/perc/cli_wrapper.rb
Instance Method Summary collapse
Instance Method Details
#command(name, &block) ⇒ Object
7 8 9 |
# File 'lib/perc/cli_wrapper.rb', line 7 def command(name, &block) Cli.send(:define_method, name, &block) end |