Method: Bashly::Script::Command#catch_all
- Defined in:
- lib/bashly/script/command.rb
#catch_all ⇒ Object
34 35 36 |
# File 'lib/bashly/script/command.rb', line 34 def catch_all @catch_all ||= CatchAll.from_config ['catch_all'] end |
34 35 36 |
# File 'lib/bashly/script/command.rb', line 34 def catch_all @catch_all ||= CatchAll.from_config ['catch_all'] end |