lib/termup.rb in termup-1.3.1 vs lib/termup.rb in termup-2.0.0
- old
+ new
@@ -1,4 +1,5 @@
module Termup
- autoload :Cli, 'termup/cli'
- autoload :Base, 'termup/base'
+ autoload :Base, 'termup/base'
+ autoload :Cli, 'termup/cli'
+ autoload :Handler, 'termup/handler'
end