Method: Bio::PubMed.efetch

Defined in:
lib/bio/io/pubmed.rb

.efetch(*args) ⇒ Object

The same as Bio::PubMed.new.efetch(*args).



190
191
192
# File 'lib/bio/io/pubmed.rb', line 190

def self.efetch(*args)
  self.new.efetch(*args)
end