Method: Bundler::Thor::Base::ClassMethods#no_commands_context

Defined in:
lib/bundler/vendor/thor/lib/thor/base.rb

#no_commands_contextObject

[View source]

536
537
538
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 536

def no_commands_context
  @no_commands_context ||= NestedContext.new
end