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