class ActionView::RenderParser::RipperASTParser::Node

def symbol?

def symbol?
  type == :@label || type == :symbol_literal
end