Method: Connect::Dsl#pop_scope

Defined in:
lib/connect/dsl.rb

#pop_scopeObject

Pop’s the last scope from the stack



302
303
304
# File 'lib/connect/dsl.rb', line 302

def pop_scope
  @current_scope.pop
end