ruby shucks

use drb, get:

TypeError: can’t convert Class into String

This meant:

given

begin

rescue => e

you can’t do

puts “abc” + e.class + e.message

 

no, apparently the + e.class is not good enough.

 

3 thoughts on “ruby shucks

  1. use rails, get method collisions:

    Never mind all of this. Your RadioreportHelper.load method is not being reached — instead you are getting load from ActiveSupport::Dependencies::Loadable. Try renaming the load method to something else.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>