Sha256: 87b6d1309bb94880f5871735bca29fd2a613c691c83c060e7bc21fcb9506166d
Contents?: true
Size: 300 Bytes
Versions: 17
Compression:
Stored size: 300 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. class Wx::RBN::RibbonGallery def items if block_given? count.times { |i| yield item(i) } else ::Enumerator.new { |y| count.times { |i| y << item(i) } } end end end
Version data entries
17 entries across 17 versions & 1 rubygems