# File lib/dm-core/adapters/abstract_adapter.rb, line 113 def read(query) raise NotImplementedError, "#{self.class}#read not implemented" end