Method: Sequel::Database::AsyncThreadPool::BaseProxy#method_missing
- Defined in:
- lib/sequel/extensions/async_thread_pool.rb
#method_missing(*args, &block) ⇒ Object
Pass all method calls to the returned result.
244 245 246 |
# File 'lib/sequel/extensions/async_thread_pool.rb', line 244 def method_missing(*args, &block) __value.public_send(*args, &block) end |