Sha256: 7442b4b461c5c7fb5549f129341b73be05e4330fbcd7f2c81cd15a318ec5099b

Contents?: true

Size: 485 Bytes

Versions: 5

Compression:

Stored size: 485 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 RichTextCtrl

      # Yield each line to the given block.
      # Returns an Enumerator if no block given.
      # @yieldparam [String] 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

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/rtc/rich_text_ctrl.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/rtc/rich_text_ctrl.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/rtc/rich_text_ctrl.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/rtc/rich_text_ctrl.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/rtc/rich_text_ctrl.rb