Sha256: 9eef3f0f4d173b7c84f394352d103c0c026cfd24ae65a1be80708cf239eaaec6

Contents?: true

Size: 434 Bytes

Versions: 3

Compression:

Stored size: 434 Bytes

Contents

module Steep
  module Interface
    class Interface
      class Entry
        attr_reader method_types: untyped

        def initialize: (method_types: untyped) -> void

        def to_s: () -> ::String
      end

      attr_reader type: untyped

      attr_reader methods: untyped

      def initialize: (type: untyped, private: untyped) -> void

      def private?: () -> untyped

      def public?: () -> untyped
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
steep-1.1.1 sig/steep/interface/interface.rbs
steep-1.1.0 sig/steep/interface/interface.rbs
steep-1.1.0.pre.1 sig/steep/interface/interface.rbs