Sha256: a0fc421a0a0532a15dd7fe8ca32c9abc8c4b9e44bb8d4c97285912032a5990ce

Contents?: true

Size: 641 Bytes

Versions: 29

Compression:

Stored size: 641 Bytes

Contents

module Parser
  module Source
    class Comment
      def self.associate: (untyped ast, untyped comments) -> untyped

      def self.associate_by_identity: (untyped ast, untyped comments) -> untyped

      def self.associate_locations: (untyped ast, untyped comments) -> untyped

      public

      def ==: (untyped other) -> bool

      def document?: () -> bool

      def inline?: () -> bool

      def inspect: () -> String

      alias loc location

      def location: () -> Map

      def text: () -> String

      def type: () -> (:inline | :document)

      private

      def initialize: (untyped range) -> void
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
steep-1.7.0.dev.3 sig/shims/parser/comment.rbs
steep-1.7.0.dev.2 sig/shims/parser/comment.rbs
steep-1.7.0.dev.1 sig/shims/parser/comment.rbs
steep-1.6.0 sig/shims/parser/comment.rbs
steep-1.6.0.pre.4 sig/shims/parser/comment.rbs
steep-1.6.0.pre.3 sig/shims/parser/comment.rbs
steep-1.6.0.pre.2 sig/shims/parser/comment.rbs
steep-1.6.0.pre.1 sig/shims/parser/comment.rbs
steep-1.5.3 sig/shims/parser/comment.rbs
steep-1.5.2 sig/shims/parser/comment.rbs
steep-1.5.1 sig/shims/parser/comment.rbs
steep-1.5.0 sig/shims/parser/comment.rbs
steep-1.5.0.pre.6 sig/shims/parser/comment.rbs
steep-1.5.0.pre.5 sig/shims/parser/comment.rbs
steep-1.5.0.pre.4 sig/shims/parser/comment.rbs
steep-1.5.0.pre.3 sig/shims/parser/comment.rbs
steep-1.5.0.pre.2 sig/shims/parser/comment.rbs
steep-1.5.0.pre.1 sig/shims/parser/comment.rbs
steep-1.4.0 sig/shims/parser/comment.rbs
steep-1.4.0.dev.5 sig/shims/parser/comment.rbs