Sha256: bed848043c02aa86e79b510913c039ec36562377bc4c60ae90bca231bc6415bb
Contents?: true
Size: 481 Bytes
Versions: 17
Compression:
Stored size: 481 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx module RTC class RichTextParagraph # Yield each line to the given block. # Returns an Enumerator if no block given. # @yieldparam [Wx::RTC::RichTextLine] line the line yielded # @return [Object,Enumerator] last result of block or Enumerator if no block given. def each_line; end end end end
Version data entries
17 entries across 17 versions & 1 rubygems