From 97f9367b05a9a665022adc5c3f0a988acb1c4fa3 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 29 Mar 2012 14:50:03 +0200 Subject: RestClientWrapper follows redirects --- lib/opentox.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/opentox.rb') 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 -- cgit v1.2.3