class RecordsRip::Tomb

Public Class Methods

where_epitaph(args = {}) click to toggle source
# File lib/records_rip/tomb.rb, line 6
def where_epitaph(args = {})
  raise ArgumentError, "expected to receive a Hash" unless args.is_a?(Hash)
  WhereEpitaph.new(self, args).execute
end