Sha256: d5ce2eb22680834ce83d5185a40af1f62e5b562ee5333536e65baab486331c93
Contents?: true
Size: 463 Bytes
Versions: 19
Compression:
Stored size: 463 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
19 entries across 19 versions & 1 rubygems