# File lib/mcollective/monkey_patches.rb, line 63 def bytes(&block) # This should not be necessary, really ... require 'enumerator' return to_enum(:each_byte) unless block_given? each_byte(&block) end