Method: Cmds#error?
- Defined in:
- lib/cmds.rb
#error?(*args, **kwds, &io_block) ⇒ Boolean
execute command and return true if it failed.
367 368 369 |
# File 'lib/cmds.rb', line 367 def error? *args, **kwds, &io_block stream(*args, **kwds, &io_block) != 0 end |