class ActionDispatch::Journey::Route

def glob?

def glob?
  !path.spec.grep(Nodes::Star).empty?
end