Skip to content

Having issue with undef :to_s in my project #28

Description

@naftasantos

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions