module Gtk3App using Rafini::String # The gem's root directory APPDIR = File.dirname File.dirname __dir__ a0 = Rafini::Empty::ARRAY h0 = Rafini::Empty::HASH s0 = Rafini::Empty::STRING # CONFIG follows the following conventions: # * Strings and numbers are mixed case. # * Arrays are all upper case (may except for arrays of length 1, see Such). # * Hashes are all lower case. # * Lower case bang! keys have special meaning in Such. # * Note that method keys may have mixed case as the method itself. CONFIG = { # The command line help in standard form. Help: <