require 'yaml' require 'hashr' module Space # autoload :Action, 'space/action' autoload :App, 'space/app' autoload :Config, 'space/config' autoload :Events, 'space/events' autoload :Helpers, 'space/helpers' autoload :Models, 'space/models' autoload :Screen, 'space/screen' autoload :Shell, 'space/shell' autoload :Tmux, 'space/tmux' end