RosettaCodeData/Task/Memory-allocation/Ruby/memory-allocation.rb
2023-07-01 13:44:08 -04:00

6 lines
101 B
Ruby

class Thingamajig
def initialize
fail 'not yet implemented'
end
end
t = Thingamajig.allocate