method

to_string

rails latest stable - Class: ActionView::RenderParser::RipperRenderParser::Node

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

to_string()
public

No documentation available.

# File actionview/lib/action_view/render_parser/ripper_render_parser.rb, line 67
        def to_string
          raise unless string?
          self[0][0][0]
        end