37 38 39
# File 'lib/bvr/phone_collection.rb', line 37 def each(&block) @collection.each { |em| block.call(em) } end