Sha256: bf2a63e239b97dcc77bd3d2642e0263fd65e0bfb5a392bf134297ee908eb44cf

Contents?: true

Size: 894 Bytes

Versions: 1

Compression:

Stored size: 894 Bytes

Contents

module Eye  
  VERSION   = "0.1.11"
  ABOUT     = "Eye v#{VERSION} (c) 2012-2013 @kostya"

  autoload :Process,        'eye/process'
  autoload :ChildProcess,   'eye/child_process'
  autoload :Server,         'eye/server'
  autoload :Logger,         'eye/logger'
  autoload :System,         'eye/system'
  autoload :SystemResources,'eye/system_resources'  
  autoload :Checker,        'eye/checker'
  autoload :Trigger,        'eye/trigger'
  autoload :Group,          'eye/group'
  autoload :Dsl,            'eye/dsl'  
  autoload :Application,    'eye/application'  
  autoload :Settings,       'eye/settings'
  autoload :Client,         'eye/client'
  autoload :Utils,          'eye/utils'
  
  autoload :Controller,     'eye/controller'
  autoload :Control,        'eye/control'
end

ROOT_BINDING  = binding
ENV_LANG      = ENV['LANG'] # save original LANG, because ruby somehow rewrite it

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eye-0.1.11 lib/eye.rb