Class: ODDB::Import::PharmNet::TermedRtf
- Defined in:
- lib/oddb/import/pharmnet.rb
Constant Summary
Constants inherited from Rtf
Instance Method Summary collapse
-
#initialize(term) ⇒ TermedRtf
constructor
A new instance of TermedRtf.
Methods inherited from Rtf
#_import_text, #_next_paragraph, #_sanitize_text, #align, #current_chapter, #current_group, #current_table, #identify_chapter, #ignore?, #import, #import_control, #import_group, #import_text, #import_token, #init, #next_paragraph, #parent_group, #set_font_size
Constructor Details
#initialize(term) ⇒ TermedRtf
Returns a new instance of TermedRtf.
60 61 62 |
# File 'lib/oddb/import/pharmnet.rb', line 60 def initialize(term) @term = term end |