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