Module: Rodish::Plugins::RunIs::DSLMethods
- Defined in:
- lib/rodish/plugins/run_is.rb
Instance Method Summary collapse
-
#run_is(command_name, args: 0, &block) ⇒ Object
Similar to
is, but for post subcommands instead of normal subcommands.
Instance Method Details
#run_is(command_name, args: 0, &block) ⇒ Object
Similar to is, but for post subcommands instead of normal subcommands.
23 24 25 |
# File 'lib/rodish/plugins/run_is.rb', line 23 def run_is(command_name, args: 0, &block) _is(:run_on, command_name, args:, &block) end |