Sha256: 14cc96c915d763c02b28e4dbb9d48091e97dd1c080ac3e8dfc1e5f238abe7e12

Contents?: true

Size: 667 Bytes

Versions: 29

Compression:

Stored size: 667 Bytes

Contents

module RBS
  module Annotate
    class Formatter
      attr_reader buffer: String

      @pending_separator: String?

      def initialize: () -> void

      def <<: (String | RDoc::Markup::Document | nil) -> self

      def margin: (?separator: String) -> self

      def empty?: () -> bool

      def format: (newline_at_end: bool) -> String

      def self.translate: (RDoc::Markup::Document) -> String?

      def self.each_part: (RDoc::Markup::Document | RDoc::Comment | String) { (RDoc::Markup::Document) -> void } -> void
                        | (RDoc::Markup::Document | RDoc::Comment | String) -> Enumerator[RDoc::Markup::Document, void]
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
rbs-3.8.1 sig/annotate/formatter.rbs
rbs-3.8.0 sig/annotate/formatter.rbs
rbs-3.8.0.pre.1 sig/annotate/formatter.rbs
rbs-3.7.0.pre.1 sig/annotate/formatter.rbs
rbs-3.7.0.dev.1 sig/annotate/formatter.rbs
rbs-3.6.1 sig/annotate/formatter.rbs
rbs-3.6.0 sig/annotate/formatter.rbs
rbs-3.6.0.pre.3 sig/annotate/formatter.rbs
rbs-3.6.0.pre.2 sig/annotate/formatter.rbs
rbs-3.6.0.pre.1 sig/annotate/formatter.rbs
rbs-3.6.0.dev.1 sig/annotate/formatter.rbs
rbs-3.5.3 sig/annotate/formatter.rbs
rbs-3.5.2 sig/annotate/formatter.rbs
rbs-3.5.1 sig/annotate/formatter.rbs
rbs-3.5.1.pre.1 sig/annotate/formatter.rbs
rbs-3.5.0 sig/annotate/formatter.rbs
rbs-3.5.0.pre.2 sig/annotate/formatter.rbs
rbs-3.5.0.pre.1 sig/annotate/formatter.rbs
rbs-3.4.4 sig/annotate/formatter.rbs
rbs-3.4.3 sig/annotate/formatter.rbs