RosettaCodeData/Task/Memory-allocation/Ruby/memory-allocation.rb

7 lines
101 B
Ruby

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