DISQUS

DISQUS Hello! Software Test Objects is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Classes are objects, objects are Classes

Started by marekj · 9 months ago

Consider this irb section:
irb(main):003:0> class Bla; end
=> nil
irb(main):004:0> b = Bla.new
=> #
irb(main):005:0> b.class
=> Bla
irb(main):006:0> b.new
NoMethodError: undefined method ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login