asd

Ruby code posted
created at 05 Oct 10:47, updated at 05 Oct 10:47

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