virtual_row_method_block.rb

lib/sequel/extensions/virtual_row_method_block.rb
Last Update: 2017-04-05 14:25:55 -0700

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