Class: PrettyArray
Overview
Constant Summary
Constants inherited
from Array
Array::SingleLength
Instance Method Summary
collapse
Methods inherited from Array
#align, #common_affix, #common_prefix
Instance Method Details
180
|
# File 'lib/pretty_debug.rb', line 180
def inspect; to_puts.join($/) end
|
179
|
# File 'lib/pretty_debug.rb', line 179
def to_puts; align.map(&PrettyDebug.instance_variable_get(:@format)) end
|