Represents a delayed evaluation, encapsulating a callable object which returns the value to use when called.
A callable object that returns the value of the evaluation when called.
Set the callable object
# File lib/sequel/sql.rb, line 1183 def initialize(callable) @callable = callable end