class ActionView::RenderParser::RipperASTParser::Node

def to_string

def to_string
  raise unless string?
  self[0][0][0]
end