Returns a new instance of Db.
7 8 9 10
# File 'lib/get/db.rb', line 7 def initialize(actions) @actions = actions @adapter = Get.adapter.new(self.class.store) end