Changes between Version 2 and Version 3 of BioRuby

Show
Ignore:
Timestamp:
2010/02/11 18:36:42 (14 years ago)
Author:
ngoto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BioRuby

    v2 v3  
    133133Method namespace 
    134134 * Functions defined at the template file contaminates the namespace of the Bio::MEDLINE class. 
     135Performance issue 
     136 * Reading template file every time may be heavy because it uses eval. 
     137   * ERB#def_method (or def_class or def_module) may help, but another problem: it always reads the template when the method (or class/module) is defined even if the output is not needed.