Method: RDoc::Markup::AttributeManager#protectable
- Defined in:
- lib/rdoc/markup/attribute_manager.rb
#protectable ⇒ Object (readonly)
A \ in front of a character that would normally be processed turns off processing. We do this by turning < into <#PROTECT
64 65 66 |
# File 'lib/rdoc/markup/attribute_manager.rb', line 64 def protectable @protectable end |