summaryrefslogtreecommitdiff
path: root/lib/opentox.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/opentox.rb')
-rw-r--r--lib/opentox.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/opentox.rb b/lib/opentox.rb
index 2232063..187eb08 100644
--- a/lib/opentox.rb
+++ b/lib/opentox.rb
@@ -70,12 +70,6 @@ module OpenTox
end
end
-# def to_hash
-# hash = {}
-# metadata.each{|k,v| v.is_a?(Array) ? hash[k.to_s] = v.collect{|i| i.to_s} : hash[k.to_s] = v.to_s}
-# hash
-# end
-
def to_yaml
@rdf.to_hash.to_yaml
end