Sha256: 0dc3eb391889dda67759d1a01cab38a1bb83f570b82ebc504e89f81b832f3e9d

Contents?: true

Size: 204 Bytes

Versions: 9

Compression:

Stored size: 204 Bytes

Contents

module Prism
  class Compiler
    include _Visitor

    def visit: (Prism::node?) -> untyped
    def visit_all: (Array[Prism::node?]) -> untyped
    def visit_child_nodes: (Prism::node) -> void
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
prism-1.3.0 sig/prism/compiler.rbs
prism-1.2.0 sig/prism/compiler.rbs
prism-1.1.0 sig/prism/compiler.rbs
prism-1.0.0 sig/prism/compiler.rbs
prism-0.30.0 sig/prism/compiler.rbs
prism-0.28.0 sig/prism/compiler.rbs
prism-0.27.0 sig/prism/compiler.rbs
prism-0.26.0 sig/prism/compiler.rbs
prism-0.25.0 sig/prism/compiler.rbs