Sha256: 27f5d7116b3f968b564f8c8ececccfc9d070fe0c23796bfa3565d054df10f330

Contents?: true

Size: 481 Bytes

Versions: 5

Compression:

Stored size: 481 Bytes

Contents

module Prism
  class LexCompat
    class Result < Prism::Result
      attr_reader value: Array[[[Integer, Integer], Symbol, String, untyped]]

      def initialize: (Array[[[Integer, Integer], Symbol, String, untyped]] value, Array[comment] comments, Array[MagicComment] magic_comments, Location? data_loc, Array[ParseError] errors, Array[ParseWarning] warnings, Source source) -> void  
      def deconstruct_keys: (Array[Symbol]? keys) -> Hash[Symbol, untyped]
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
prism-1.3.0 sig/prism/lex_compat.rbs
prism-1.2.0 sig/prism/lex_compat.rbs
prism-1.1.0 sig/prism/lex_compat.rbs
prism-1.0.0 sig/prism/lex_compat.rbs
prism-0.30.0 sig/prism/lex_compat.rbs