require "mayl/version" require "mayl/commands" require "mayl/locale" require "mayl/loader" require "mayl/env" require "mayl/parser" 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 end