Sha256: 148b16bcd8f37369acf66e56c035b95f5ab6c92931928bb8555eb22ad9087c4c
Contents?: true
Size: 507 Bytes
Versions: 19
Compression:
Stored size: 507 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 RichTextCompositeObject # Yield each child object to the given block. # Returns an Enumerator if no block given. # @yieldparam [Wx::RTC::RichTextObject] child the child object yielded # @return [Object,Enumerator] last result of block or Enumerator if no block given. def each_child; end end end end
Version data entries
19 entries across 19 versions & 1 rubygems