Sha256: cf0bb9b6041437474ca1b4626f63a86116f31dc3ed68e7b86ae37a2836f9cbb0

Contents?: true

Size: 386 Bytes

Versions: 7

Compression:

Stored size: 386 Bytes

Contents

module Steep
  module AST
    module Types
      module Helper
        module ChildrenLevel
          def level_of_children: (untyped children) -> untyped
        end

        module NoFreeVariables
          def free_variables: () -> untyped
        end

        module NoChild
          def each_child: () ?{ () -> untyped } -> (untyped | nil)
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
steep-1.3.0.pre.1 sig/steep/ast/types/helper.rbs
steep-1.2.1 sig/steep/ast/types/helper.rbs
steep-1.2.0 sig/steep/ast/types/helper.rbs
steep-1.2.0.pre.1 sig/steep/ast/types/helper.rbs
steep-1.1.1 sig/steep/ast/types/helper.rbs
steep-1.1.0 sig/steep/ast/types/helper.rbs
steep-1.1.0.pre.1 sig/steep/ast/types/helper.rbs