Class: PrettyArray

Inherits:
Array show all
Defined in:
lib/pretty_debug.rb

Constant Summary

Constants inherited from Array

Array::SingleLength

Instance Method Summary collapse

Methods inherited from Array

#align

Instance Method Details

#inspectObject



136
# File 'lib/pretty_debug.rb', line 136

def inspect; to_puts.join($/) end

#to_putsObject



135
# File 'lib/pretty_debug.rb', line 135

def to_puts; align.map(&PrettyDebug.instance_variable_get(:@format)) end