Edit test class for executable

This commit is contained in:
hartator 2015-07-25 19:28:50 -05:00
parent 1cdfe40e21
commit 5cc1b2c0cb

View File

@ -1,5 +1,5 @@
class WaybackMachineDownloader
def self.hi
puts "Hello world!"
def self.hi name
puts "Hello world! #{name}"
end
end