lib/daigaku/terminal/output.rb in daigaku-0.3.0 vs lib/daigaku/terminal/output.rb in daigaku-0.4.0

- old
+ new

@@ -2,11 +2,10 @@ require 'active_support/concern' require 'colorize' module Daigaku module Terminal - module Output extend ActiveSupport::Concern included do private @@ -71,8 +70,7 @@ confirm = get '(yes|no)' yield if confirm == 'yes' && block_given? end end end - end end