From 5cc1b2c0cb5e235b4009c76837ebd301366561cd Mon Sep 17 00:00:00 2001 From: hartator Date: Sat, 25 Jul 2015 19:28:50 -0500 Subject: [PATCH] Edit test class for executable --- lib/wayback_machine_downloader.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wayback_machine_downloader.rb b/lib/wayback_machine_downloader.rb index 0b7a45e..ab9e612 100644 --- a/lib/wayback_machine_downloader.rb +++ b/lib/wayback_machine_downloader.rb @@ -1,5 +1,5 @@ class WaybackMachineDownloader - def self.hi - puts "Hello world!" + def self.hi name + puts "Hello world! #{name}" end end