Method: Sequel::SQL::DelayedEvaluation#initialize
- Defined in:
- lib/sequel/sql.rb
#initialize(callable) ⇒ DelayedEvaluation
Set the callable object
1350 1351 1352 1353 |
# File 'lib/sequel/sql.rb', line 1350 def initialize(callable) @callable = callable freeze end |