Module: DRep
- Defined in:
- lib/drep.rb,
lib/drep/drep_cli.rb,
lib/drep/core/drep_binder.rb,
lib/drep/core/drep_executer.rb,
lib/drep/core/drep_environment.rb
Defined Under Namespace
Classes: DRepBinder, DRepCli, DRepEnvironment, DRepExecuter
Constant Summary collapse
- FULL_NAME =
Name of the system
'Dango Report'- UNIX_NAME =
Unix name of the system
'drep'- VERSION =
System version (rational version policy)
'0.3.4'- AUTHOR =
Full name of the author
'Toksaitov Dmitrii Alexandrovich'- EMAIL =
Support e-mail
"#{UNIX_NAME}[email protected]"- URL =
Official website of the system
"http://85.17.184.9/#{UNIX_NAME}"- COPYRIGHT =
Copyright
"Copyright (C) 2009 #{AUTHOR}"- EXEC =
Main CLI Loader
DRepCli