| Message: 24988 |
 |
BY: Mikael Rudberg (dezed) DATE: 2007-07-12 21:28 SUBJECT: RE: RMagick-win32 - NoMethodErrors (gems faul I forgot to mention when i try to single step in the ruby debugger the Draw.new function exits
def reset_themes
@color_index = 0
@labels_seen = {}
@theme_options = {}
Before this line the variable @d is null
--> @d = Draw.new
After this line the variable @d, object, (no primitives defined)
Can it be some namespace conflicts going on as i can't see why it wouldn't single step into the Draw constructor being ruby code. | |