method

parse_str

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: RenderParser
parse_str(node) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/render_parser.rb, line 155
      def parse_str(node)
        node.string? && node.to_string
      end
Register or log in to add new notes.