Method: Cmds.assert
- Defined in:
- lib/cmds/sugar.rb
.assert(template, *args, **kwds, &io_block) ⇒ Object
create a new Cmds and
92 93 94 |
# File 'lib/cmds/sugar.rb', line 92 def self.assert template, *args, **kwds, &io_block Cmds.new(template).capture(*args, **kwds, &io_block).assert end |