method
to_string
rails latest stable - Class:
ActionView::RenderParser::RipperASTParser::Node
to_string()public
No documentation available.
# File actionview/lib/action_view/ripper_ast_parser.rb, line 69
def to_string
raise unless string?
self[0][0][0]
end