python2ruby/test/ruby/21.out
2025-12-01 11:39:43 +01:00

6 lines
67 B
Text

class Point
def initialize(x, y)
@x = x
@y = y
end
end