Class: PrettyPrint::IndentLevel::StringAlignPart

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



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

def n
  @n
end