method

string?

string?()
public

No documentation available.

# File actionview/lib/action_view/ripper_ast_parser.rb, line 45
        def string?
          type == :string_literal
        end