Top Level Namespace
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#parse_args_variables(args) ⇒ Object
9 10 11 |
# File 'lib/commands/env.rb', line 9 def parse_args_variables(args) args.map { |it| it.split('=') }.to_h end |
#timeout(*args, &block) ⇒ Object
3 4 5 |
# File 'lib/escualo.rb', line 3 def timeout(*args, &block) Timeout.timeout(*args, &block) end |