Method: Bundler::Thor::NestedContext#entered?
- Defined in:
- lib/bundler/vendor/thor/lib/thor/nested_context.rb
permalink #entered? ⇒ Boolean
15 16 17 |
# File 'lib/bundler/vendor/thor/lib/thor/nested_context.rb', line 15 def entered? @depth.positive? end |