class PrettyPrint::GroupQueue
Public Class Methods
(*untyped groups) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/stdlib/prettyprint/0/prettyprint.rbs, line 296
def initialize: (*untyped groups) -> void
Public Instance Methods
(PrettyPrint::Group group) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/stdlib/prettyprint/0/prettyprint.rbs, line 302
def delete: (PrettyPrint::Group group) -> void
() → (PrettyPrint::Group | nil)
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/stdlib/prettyprint/0/prettyprint.rbs, line 300
def deq: () -> (PrettyPrint::Group | nil)
(untyped group) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/stdlib/prettyprint/0/prettyprint.rbs, line 298
def enq: (untyped group) -> void