Method: Migratrix::Extractions::Extraction#handle_offset

Defined in:
lib/migratrix/extractions/extraction.rb

#handle_offset(source, offset) ⇒ Object

Apply offset clause to source, return new source.

Raises:

  • (NotImplementedError)


78
79
80
# File 'lib/migratrix/extractions/extraction.rb', line 78

def handle_offset(source, offset)
  raise NotImplementedError
end