Class: Data
Do not use. This class is for internal use only.
Instance Method Summary
Instance Method Details
#pretty_print(q)
[ GitHub ]# File 'lib/pp.rb', line 420
def pretty_print(q) # :nodoc: q.group(1, sprintf("#<data %s", PP.mcall(self, Kernel, :class).name), '>') { q.seplist(PP.mcall(self, Data, :members), lambda { q.text "," }) {|member| q.breakable q.text member.to_s q.text '=' q.group(1) { q.breakable '' q.pp public_send(member) } } } end