Ruby PP::PPMethods Functions
EditRocket provides the following information on PP::PPMethods functions in the Ruby source code builder.
comma_breakable() - "A convenience method which is same as follows:"
guard_inspect_key() -
object_address_group(obj, &block) -
object_group(obj) - "A convenience method which is same as follows:"
pp(obj) - Adds obj to the pretty printing buffer using Object#pretty_print or Object#pretty_print_cycle.
pp_hash(obj) -
pp_object(obj) -
seplist(list, sep=nil, iter_method=:each) - Adds a separated list. The list is separated by comma with breakable space, by default.