Class: PreformattedAST
Overview
The node to represent a preformatted contents
Instance Attribute Summary collapse
-
#indented ⇒ Object
Returns the value of attribute indented.
Attributes inherited from AST
#children, #contents, #index, #length, #parent
Method Summary
Methods inherited from AST
Constructor Details
This class inherits a constructor from AST
Instance Attribute Details
#indented ⇒ Object
Returns the value of attribute indented.
121 122 123 |
# File 'lib/mediacloth/mediawikiast.rb', line 121 def indented @indented end |