Method: Bashly::Script::Command#catch_all

Defined in:
lib/bashly/script/command.rb

#catch_allObject



34
35
36
# File 'lib/bashly/script/command.rb', line 34

def catch_all
  @catch_all ||= CatchAll.from_config options['catch_all']
end