module Grably::Utils::PrettyPrinter

Profile structure printer

Public Instance Methods

print(hash, buffer, ident) click to toggle source

Private Instance Methods

print_array(v, buffer, ident, skip_first = false) click to toggle source
print_hash(v, buffer, ident, skip_first = false) click to toggle source
print_string(v, buffer, _, _ = false) click to toggle source
print_top_level(key, value, raw, buffer, ident) click to toggle source
print_value(v, buffer, ident, skip = false) click to toggle source