Method: GoogleCloudCompute::ComputeCollection#each
- Defined in:
- app/lib/google_cloud_compute/compute_collection.rb
#each(&block) ⇒ Object
15 16 17 |
# File 'app/lib/google_cloud_compute/compute_collection.rb', line 15 def each(&block) @virtual_machines.each(&block) end |