summaryrefslogtreecommitdiff
path: root/lib/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feature.rb')
-rw-r--r--lib/feature.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/feature.rb b/lib/feature.rb
index 9616135..13d97a2 100644
--- a/lib/feature.rb
+++ b/lib/feature.rb
@@ -1,7 +1,5 @@
module OpenTox
-
class Feature
- include OtObject
+ include OpenTox
end
-
end