method
to_string
v7.1.3.2 -
Show 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