Method: Thor::Base::ClassMethods#no_commands_context
- Defined in:
- lib/thor/base.rb
#no_commands_context ⇒ Object
537 538 539 |
# File 'lib/thor/base.rb', line 537 def no_commands_context @no_commands_context ||= NestedContext.new end |