lib/koma/cli.rb in koma-0.7.1 vs lib/koma/cli.rb in koma-0.7.2

- old
+ new

@@ -69,17 +69,17 @@ puts key end end def method_missing(command) -out = <<-EOH + message = <<-EOH (( )) (( _____ )) (U ● ● U) (( ● )) < Could not find command "#{command}". EOH -puts out + puts message end end end