module ActionDispatch::Routing::Mapper::Scoping

def initialize(*args) #:nodoc:

:nodoc:
def initialize(*args) #:nodoc:
  @scope = {}
  super
end