Method: FDB::LazyFuture#method_missing

Defined in:
lib/fdbimpl.rb

#method_missing(*args, &block) ⇒ Object



419
420
421
# File 'lib/fdbimpl.rb', line 419

def method_missing( *args, &block )
  value.__send__( *args, &block )
end