inspect()
public

No documentation available.

# File actionview/lib/action_view/render_parser/ripper_render_parser.rb, line 18
        def inspect
          typeinfo = type && type != :list ? ":" + type.to_s + ", " : ""
          "s(" + typeinfo + map(&:inspect).join(", ") + ")"
        end