test

Ruby code posted
created at 08 Oct 20:49

Edit | Back
1
2
3
4
5
class Person
def initialize(name)
 @name      = name
  end
end
66 Bytes in 2 ms with coderay