Method: REXML::DocType#context
- Defined in:
- lib/rexml/doctype.rb
#context ⇒ Object
135 136 137 138 139 140 141 |
# File 'lib/rexml/doctype.rb', line 135 def context if @parent @parent.context else nil end end |
135 136 137 138 139 140 141 |
# File 'lib/rexml/doctype.rb', line 135 def context if @parent @parent.context else nil end end |