Method: BinData::Base#pretty_print
- Defined in:
- lib/bindata/base.rb
#pretty_print(pp) ⇒ Object
Work with Ruby’s pretty-printer library.
194 195 196 |
# File 'lib/bindata/base.rb', line 194 def pretty_print(pp) #:nodoc: pp.pp(snapshot) end |