Class: Squirm::Executor
Overview
This class exists simply to provide a space in which to evaluate blocked passed to the Kernel.Squirm method.
Instance Attribute Summary
Attributes included from Core
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(pool) ⇒ Executor
constructor
A new instance of Executor.
Methods included from Core
#connect, #disconnect, #exec, #procedure, #quote_ident, #rollback, #transaction, #use
Constructor Details
#initialize(pool) ⇒ Executor
Returns a new instance of Executor.
13 14 15 |
# File 'lib/squirm/executor.rb', line 13 def initialize(pool) @pool = pool end |