Class: RTF::Converters::HTML::NodeSet
- Inherits:
-
Object
- Object
- RTF::Converters::HTML::NodeSet
- Defined in:
- lib/rtf/converters/html.rb
Instance Method Summary collapse
-
#initialize(nodeset) ⇒ NodeSet
constructor
A new instance of NodeSet.
- #to_rtf(rtf) ⇒ Object
Constructor Details
#initialize(nodeset) ⇒ NodeSet
Returns a new instance of NodeSet.
77 78 79 |
# File 'lib/rtf/converters/html.rb', line 77 def initialize(nodeset) @nodeset = nodeset end |