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