Class: PreformattedAST

Inherits:
AST
  • Object
show all
Defined in:
lib/mediacloth/mediawikiast.rb

Overview

The node to represent a preformatted contents

Instance Attribute Summary collapse

Attributes inherited from AST

#children, #contents, #index, #length, #parent

Method Summary

Methods inherited from AST

#initialize

Constructor Details

This class inherits a constructor from AST

Instance Attribute Details

#indentedObject

Returns the value of attribute indented.



121
122
123
# File 'lib/mediacloth/mediawikiast.rb', line 121

def indented
  @indented
end