# TODO: what's going on here and why? # add this dir to the search path (?) $:.unshift(File.dirname(__FILE__)) require 'blank' require 'libxml' require 'yajl/json_gem' require 'lightcsv' require 'eeml/constants' require 'eeml/exceptions' require 'eeml/helpers' require 'eeml/environment' require 'eeml/environment_builder' require 'time' module Eeml # library version number VERSION = '0.0.40' end #module