Sha256: 2456d478e938cc7428287749c2e9a3c6055b783a9ca94fb7fb8a2f8b14a85382

Contents?: true

Size: 382 Bytes

Versions: 7

Compression:

Stored size: 382 Bytes

Contents

# Generated from lib/rbs_activesupport/parser/comment_parser.rb with RBS::Inline

module RbsActivesupport
  class Parser
    class CommentParser
      attr_reader line_comments: Hash[Integer, String]

      attr_reader trailing_comments: Hash[Integer, String]

      def initialize: () -> void

      # @rbs string: String
      def parse: (String string) -> self
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rbs_activesupport-1.4.3 sig/rbs_activesupport/parser/comment_parser.rbs
rbs_activesupport-1.4.2 sig/rbs_activesupport/parser/comment_parser.rbs
rbs_activesupport-1.4.1 sig/rbs_activesupport/parser/comment_parser.rbs
rbs_activesupport-1.4.0 sig/rbs_activesupport/parser/comment_parser.rbs
rbs_activesupport-1.3.0 sig/rbs_activesupport/parser/comment_parser.rbs
rbs_activesupport-1.2.1 sig/rbs_activesupport/parser/comment_parser.rbs
rbs_activesupport-1.2.0 sig/rbs_activesupport/parser/comment_parser.rbs