Method: Gzr::Commands::Plan#failures
- Defined in:
- lib/gzr/commands/plan.rb
#failures ⇒ Object
39 40 41 42 43 44 45 46 |
# File 'lib/gzr/commands/plan.rb', line 39 def failures(*) if [:help] invoke :help, ['failures'] else require_relative 'plan/failures' Gzr::Commands::Plan::Failures.new().execute end end |