Sha256: fb6c34527225feff6e39ae961c58e60442a5556e0bd1135e3ca4f18149cbc0fd

Contents?: true

Size: 620 Bytes

Versions: 3

Compression:

Stored size: 620 Bytes

Contents

module Steep
  module AST
    module Types
      class Literal
        attr_reader location: untyped

        attr_reader value: untyped

        def initialize: (value: untyped, ?location: untyped?) -> void

        def ==: (untyped other) -> untyped

        def hash: () -> untyped

        alias eql? ==

        def subst: (untyped s) -> self

        def to_s: () -> untyped

        include Helper::NoFreeVariables

        include Helper::NoChild

        def level: () -> ::Array[0]

        def with_location: (untyped new_location) -> untyped

        def back_type: () -> untyped
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
steep-1.1.1 sig/steep/ast/types/literal.rbs
steep-1.1.0 sig/steep/ast/types/literal.rbs
steep-1.1.0.pre.1 sig/steep/ast/types/literal.rbs