Sha256: c5c3ee72ebdf4d7efde8ce07f20da25b423ba5cd5e3712481e169f19cc8f998f

Contents?: true

Size: 303 Bytes

Versions: 3

Compression:

Stored size: 303 Bytes

Contents

# typed: strict

# We keep this shim in here because our client libraries might not have
# ruby_parser in their bundle.
class Sexp < ::Array
  Elem = type_member { { fixed: T.untyped }}
end

class Prism::Translation::RubyParser::Compiler < Prism::Compiler
  Result = type_member { { fixed: Sexp } }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
prism-0.27.0 rbi/prism/translation/ruby_parser.rbi
prism-0.26.0 rbi/prism/translation/ruby_parser.rbi
prism-0.25.0 rbi/prism/translation/ruby_parser.rbi