Add test file for gem deployment

This commit is contained in:
hartator 2015-07-25 18:44:37 -05:00
parent f667bb7272
commit d237cda786

View File

@ -0,0 +1,5 @@
class WaybackMachineDownloader
def self.hi
puts "Hello world!"
end
end