Sha256: 935c6e6bf9b775e6c9a93961417e51dbbc63a5a32c993215d1836a28842a8c2e
Contents?: true
Size: 505 Bytes
Versions: 5
Compression:
Stored size: 505 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
5 entries across 5 versions & 1 rubygems