lib/bio/io/ensembl.rb in bio-1.2.1 vs lib/bio/io/ensembl.rb in bio-1.3.0
- old
+ new
@@ -3,11 +3,11 @@
#
# Copyright:: Copyright (C) 2006
# Mitsuteru C. Nakao <n@bioruby.org>
# License:: The Ruby License
#
-# $Id: ensembl.rb,v 1.11 2007/04/05 23:35:41 trevor Exp $
+# $Id:$
#
# == Description
#
# Client classes for Ensembl Genome Browser.
#
@@ -183,10 +183,10 @@
end
end
params = defaults.update(options)
- result, = Bio::Command.post_form("#{@uri}/exportview", params)
+ result = Bio::Command.post_form("#{@uri}/exportview", params)
return result.body
end
end # class Ensembl