Method: Bvr::PhoneCollection#each

Defined in:
lib/bvr/phone_collection.rb

#each(&block) ⇒ Object



37
38
39
# File 'lib/bvr/phone_collection.rb', line 37

def each(&block)
  @collection.each { |em| block.call(em) }
end