# File lib/fog/virtual_box/compute.rb, line 37
        def respond_to?(method, *)
          super or @connection.respond_to? method
        end