method

to_string

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