virtual_row_method_block.rb

lib/sequel/extensions/virtual_row_method_block.rb
Last Update: 2025-01-16 10:50:30 -0800

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