Sha256: bfde5950e717c18b065c7e1324a99b318cf476426655b1b9ab271fa0a9491715

Contents?: true

Size: 666 Bytes

Versions: 3

Compression:

Stored size: 666 Bytes

Contents

module Steep
  module Services
    class ContentChange
      class Position
        attr_reader line: untyped

        attr_reader column: untyped

        def initialize: (line: untyped, column: untyped) -> void

        def ==: (untyped other) -> untyped

        alias eql? ==

        def hash: () -> untyped
      end

      attr_reader range: untyped

      attr_reader text: untyped

      def initialize: (text: untyped, ?range: untyped?) -> void

      def ==: (untyped other) -> untyped

      alias eql? ==

      def hash: () -> untyped

      def self.string: (untyped string) -> untyped

      def apply_to: (untyped text) -> untyped
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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