module Remap::Extensions::Hash

Public Instance Methods

formatted() click to toggle source
# File lib/remap/extensions/hash.rb, line 7
def formatted
  JSON.neat_generate(compact_blank, sort: true, wrap: 40, aligned: true, around_colon: 1)
end