Class Line
A line of code.
Info:
- License: MIT
- Author: Richard Voelker
Methods
Line.new (self, text) | Create a new Line. |
Line.SetIndent (self, indent) | Sets the indent string for this Line. |
Line.Render (self) | Render the code for this Line. |
Methods
- Line.new (self, text)
-
Create a new Line.
Parameters:
- Line.SetIndent (self, indent)
-
Sets the indent string for this Line.
Parameters:
- Line.Render (self)
-
Render the code for this Line.
Parameters:
- self Block