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