class << self idiom in Ruby

Posted by randombits on Stack Overflow See other posts from Stack Overflow or by randombits
Published on 2010-03-24T03:02:42Z Indexed on 2010/03/24 3:13 UTC
Read the original article Hit count: 428

Filed under:

I suppose my question is exactly what the subject depicts, what does:

class << self

do in Ruby?

© Stack Overflow or respective owner

Related posts about ruby