Sha256: 40ed5b10491852faa1f7bf695fd444055ef20333fc90b60d56585c72b7f4a606
Contents?: true
Size: 321 Bytes
Versions: 7
Compression:
Stored size: 321 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. class Wx::RBN::RibbonBar def pages if block_given? page_count.times { |i| yield page(i) } else ::Enumerator.new { |y| page_count.times { |i| y << page(i) } } end end end
Version data entries
7 entries across 7 versions & 1 rubygems