# File lib/fog/compute/models/virtual_box/storage_controllers.rb, line 22 def get(storage_controller_name) requires :machine all.detect do |storage_controller| storage_controller.name == storage_controller_name end end