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

7 lines
101 B
Ruby
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class Thingamajig
def initialize
fail 'not yet implemented'
end
end
t = Thingamajig.allocate