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



494
495
496
# File 'lib/syntax_tree/prettyprint.rb', line 494

def n
  @n
end