Method: Sequel::Database::AsyncThreadPool::BaseProxy#respond_to_missing?
- Defined in:
- lib/sequel/extensions/async_thread_pool.rb
#respond_to_missing?(*args) ⇒ Boolean
Delegate respond_to? calls to the returned result.
252 253 254 |
# File 'lib/sequel/extensions/async_thread_pool.rb', line 252 def respond_to_missing?(*args) __value.respond_to?(*args) end |