lib/mayl.rb in mayl-0.2.0 vs lib/mayl.rb in mayl-0.2.1
- old
+ new
@@ -2,9 +2,10 @@
require "mayl/commands"
require "mayl/locale"
require "mayl/loader"
require "mayl/env"
require "mayl/parser"
+require "mayl/colors"
require "mayl/repl"
# Public: Mayl is an anagram of YAML, and also a console to create, edit and
# maintain YAML files in any kind of Ruby projects.
module Mayl