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
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
Could you file a bug, please? We can track it better that way.
Thanks,
Tomas
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs