lib/atcoder_greedy/command.rb in atcoder_greedy-0.2.0 vs lib/atcoder_greedy/command.rb in atcoder_greedy-0.3.0

- old
+ new

@@ -1,8 +1,10 @@ require 'atcoder_greedy' require 'thor' require 'atcoder_greedy/command/create' +require 'atcoder_greedy/command/destroy' require 'atcoder_greedy/command/test' +require 'atcoder_greedy/command/config' module AtcoderGreedy class Command < Thor end end