Class: PrettyPrint::IndentLevel::NumberAlignPart

Inherits:
Struct
  • Object
show all
Defined in:
lib/syntax_tree/prettyprint.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nObject

Returns the value of attribute n

Returns:

  • (Object)

    the current value of n



497
498
499
# File 'lib/syntax_tree/prettyprint.rb', line 497

def n
  @n
end