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

7 lines
101 B
Ruby
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
class Thingamajig
def initialize
fail 'not yet implemented'
end
end
t = Thingamajig.allocate