Method: Bundler::Thor::NestedContext#entered?

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

#entered?Boolean

Returns:

  • (Boolean)
[View source]

15
16
17
# File 'lib/bundler/vendor/thor/lib/thor/nested_context.rb', line 15

def entered?
  @depth.positive?
end