# File lib/data_objects/connection.rb, line 77 def self.new(*args) instance = allocate instance.send(:initialize, *args) instance end