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