Module: Fizzy::CLI::Base
- Included in:
- AuthCommands, Boards, Cards, Columns, Comments, Notifications, Pins, Reactions, Steps, Tags, Users
- Defined in:
- lib/fizzy/cli/base.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
8 9 10 11 12 |
# File 'lib/fizzy/cli/base.rb', line 8 def self.included(base) base.class_eval do def self.exit_on_failure? = true end end |