jam-cloud/lib/jam_ruby/dbutil.rb

7 lines
91 B
Ruby

module JamRuby
class DbUtil
def self.create(connection_hash)
end
end
end