Project

General

Profile

« Previous | Next » 

Revision a445b722

Added by Marc Dequènes about 13 years ago

  • ID a445b722dd8aefe49872e7748e41c333a48a4b34

[cleanup] the revenge of Mr Proper

View differences:

lib/cyborghood.rb
$KCODE = 'UTF8'
require 'jcode'
require 'pp'
require 'set'
require 'ostruct'
require 'needle'
require 'cyborghood/base/exceptions'
require 'cyborghood/base/config'
require 'cyborghood/base/info'
require 'cyborghood/base/lang_additions'
require 'cyborghood/base/ruby_extra'
require 'cyborghood/base/logger'
require 'cyborghood/base/language'
require 'cyborghood/base/exceptions'
require 'cyborghood/base/i18n'
ENV['LC_ALL'] = "C"
module CyborgHood
PRODUCT = "CyborgHood"
VERSION = "0.4.0"
add_deferred_translations
def register_services(container)
......
end
module_function :register_services
autoload :Cyborg, 'cyborghood/cyborg'
end

Also available in: Unified diff