Class: PMLCode::Display
- Inherits:
-
Object
- Object
- PMLCode::Display
- Defined in:
- lib/pmlcode/display.rb
Constant Summary collapse
- INDENT =
" " * 4
Instance Method Summary collapse
-
#initialize(content, part, options) ⇒ Display
constructor
A new instance of Display.
- #to_s ⇒ Object
Constructor Details
#initialize(content, part, options) ⇒ Display
Returns a new instance of Display.
5 6 7 8 9 |
# File 'lib/pmlcode/display.rb', line 5 def initialize(content, part, ) @content = content @part = part @options = end |