RosettaCodeData/Task/Memory-allocation/Ruby/memory-allocation.rb
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

6 lines
101 B
Ruby

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