Sha256: 07bac40cfe5e0279f7aab0a3cd7904f4fdb913e7e57e122779346847c0e78705
Contents?: true
Size: 487 Bytes
Versions: 5
Compression:
Stored size: 487 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx module STC class StyledTextCtrl # 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