Skip to content

Commit 037c08d

Browse files
committed
remove sample method
1 parent b46bfe9 commit 037c08d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/weekdone/cli/command.rb

-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22

33
module Weekdone::Cli
44
class Command < Thor
5-
desc "hello", "Say hello"
6-
def hello
7-
puts "hello"
8-
end
95
end
106
end

0 commit comments

Comments
 (0)