It seems that there is some problem associated with class methods for classes called "Class" ...
module Digest
class Class
def Class.meth()
puts 'hello'
end
end
Class.meth()
end
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core
