Method: Thor::NestedContext#enter

Defined in:
lib/thor/nested_context.rb

#enterObject


7
8
9
10
11
12
13
# File 'lib/thor/nested_context.rb', line 7

def enter
  push

  yield
ensure
  pop
end