fork download
  1. class Foo
  2. attr_reader :a
  3.  
  4. @@a = 2
  5. end
  6.  
  7. puts Foo.a
  8.  
Runtime error #stdin #stdout 0s 4716KB
stdin
Standard input is empty
stdout
Standard output is empty