[Kde-bindings] Method missing loop.

Han Holl han.holl at pobox.com
Thu Jul 5 20:49:58 UTC 2007


On Thursday 05 July 2007, Han Holl wrote:

> -                               if !defined(@functions) || @functions.nil?
> +                               if @functions.nil?
It's a typo !!
Should be 
	if !defined?(@functions) || @functions.nil?

Hence the method_missing traceback

Cheers

Han Holl



More information about the Kde-bindings mailing list