Class: PrettyPrint::IndentLevel::NumberAlignPart
- Inherits:
-
Struct
- Object
- Struct
- PrettyPrint::IndentLevel::NumberAlignPart
- Defined in:
- lib/syntax_tree/prettyprint.rb
Instance Attribute Summary collapse
-
#n ⇒ Object
Returns the value of attribute n.
Instance Attribute Details
#n ⇒ Object
Returns the value of attribute n
497 498 499 |
# File 'lib/syntax_tree/prettyprint.rb', line 497 def n @n end |