Skip to content

Instantly share code, notes, and snippets.

@mkeen
Created April 26, 2010 20:29
Show Gist options
  • Save mkeen/379860 to your computer and use it in GitHub Desktop.
Save mkeen/379860 to your computer and use it in GitHub Desktop.
$: << File.join(File.dirname(__FILE__), "/../lib")
require "singleton"
module VisiMage
autoload :Scheduler, 'visimage/scheduler'
autoload :ExternalData, 'visimage/externaldata'
autoload :InternalData, 'visimage/internaldata'
autoload :UserInterface, 'visimage/userinterface'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment