class ActionDispatch::Journey::Nodes::Star

:nodoc:

def name

def name
  left.name.tr "*:", ""
end

def star?; true; end

:nodoc:
def star?; true; end

def type; :STAR; end

def type; :STAR; end