drb icon indicating copy to clipboard operation
drb copied to clipboard

Having issue with `undef :to_s` in my project

Open naftasantos opened this issue 1 year ago • 1 comments

Getting the following error message for this line:

lib/drb/drb.rb:1119:in `<class:DRbObject>': undefined method `to_s' for class `DRb::DRbObject' (NameError)

I suggest doing the same that is done in the line below, and have:

    undef :to_s if respond_to?(:to_s)
    undef :to_a if respond_to?(:to_a)

naftasantos avatar Mar 21 '24 18:03 naftasantos