Module: PoolLint::Hooks::CheckoutHook
- Defined in:
- lib/poollint/hooks/checkout_hook.rb
Class Method Summary collapse
Class Method Details
.call(connection) ⇒ Object
8 9 10 |
# File 'lib/poollint/hooks/checkout_hook.rb', line 8 def call(connection) InspectionRunner.call(connection, :checkout) end |