The verbose methd seems to be undefined in drb/ssl.rb.
error:
/usr/local/lib/ruby/1.9/drb/ssl.rb:183:in `accept': undefined local variable or method `verbose' for
#<DRb::DRbSSLSocket:0x8f450> (NameError)
extract from drb/ssl.rb:
[...]
rescue OpenSSL::SSL::SSLError
warn("#{__FILE__}:#{__LINE__}: warning: #{$!.message} (#{$!.class})") if verbose
retry
end
[...] |