python2ruby/test/ruby/21.out
2025-12-01 11:26:42 +01:00

6 lines
No EOL
66 B
Text

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