Class: RoCommands::Try
Instance Method Summary collapse
Methods inherited from Base
describe, method_added, meths, usage
Methods included from Bash
#_bash, #bash, #bash_lines, #bash_per, #handle_path
Instance Method Details
#try_meth(*args) ⇒ Object
7 8 9 |
# File 'lib/ro_commands/try.rb', line 7 def try_meth(*args) Out.out "puts try_meth args:#{args.flatten}" end |