3 4 5
# File 'lib/rubyXL/convenience_methods/workbook.rb', line 3 def each worksheets.each{ |i| yield i } end