# File lib/fog/virtual_box/compute.rb, line 42 def method_missing(method_sym, *arguments, &block) if @connection.respond_to?(method_sym) @connection.send(method_sym, *arguments) else super end end