Libraries
»
thor
(1.3.2)
»
Index
»
Thor
»
NestedContext
»
#enter
Method: Thor::NestedContext#enter
Defined in:
lib/thor/nested_context.rb
#
enter
⇒
Object
7 8 9 10 11 12 13
# File 'lib/thor/nested_context.rb', line 7
def
enter
push
yield
ensure
pop
end