virtual_row_method_block.rb

Path: lib/sequel/extensions/virtual_row_method_block.rb
Last Update: Sat Jun 02 02:04:22 +0000 2018

frozen-string-literal: true

These modifies virtual row blocks so that you can pass a block when calling a method to change the behavior. It only exists for backwards compatibility with previous Sequel versions, and is not recommended for new applications.

To load the extension:

  Sequel.extension :virtual_row_method_block

[Validate]