class ActionDispatch::Routing::Mapper::Scope

def null?

def null?
  @hash.nil? && @parent.nil?
end