summaryrefslogtreecommitdiff
path: root/example.rb
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2010-01-08 10:06:58 +0100
committerMartin Gütlein <martin.guetlein@gmail.com>2010-01-08 10:06:58 +0100
commit5b17bca7cc5dc54a43c6214c05fc0270050cdd32 (patch)
tree469cc66629b6a1b3e1a91f863b44dc778cb58333 /example.rb
parent8bc9fc6ca4a0acb3d708d5ed614ba4464f307fad (diff)
reordered loading once again
Diffstat (limited to 'example.rb')
-rw-r--r--example.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/example.rb b/example.rb
index 5ba4aa1..9cdc10e 100644
--- a/example.rb
+++ b/example.rb
@@ -1,8 +1,4 @@
-[ 'opentox-ruby-api-wrapper' ].each do |lib|
- require lib
-end
-
class Example
@@file=File.new("data/hamster_carcinogenicity.owl","r")