Class: Object

Inherits:
BasicObject
Defined in:
lib/helpers/jruby/jexcel_file.rb

Instance Method Summary collapse

Instance Method Details

#add_to_classpath(path) ⇒ Object



17
18
19
# File 'lib/helpers/jruby/jexcel_file.rb', line 17

def add_to_classpath(path)
  $CLASSPATH << File.join( ArLoader.root_path, 'lib', path.gsub("\\", "/") )
end