Method: Bio::PubMed.query
- Defined in:
- lib/bio/io/pubmed.rb
.query(*args) ⇒ Object
This method will be DEPRECATED. Use efetch method.
The same as Bio::PubMed.new.query(*args).
204 205 206 |
# File 'lib/bio/io/pubmed.rb', line 204 def self.query(*args) self.new.query(*args) end |