class ActionDispatch::Journey::Nodes::Star
:nodoc:
def name
def name left.name.tr "*:", "" end
def star?; true; end
def star?; true; end
def type; :STAR; end
def type; :STAR; end
:nodoc:
def name left.name.tr "*:", "" end
def star?; true; end
def type; :STAR; end