13 14 15
# File 'lib/hash_formatter.rb', line 13 def to_multiline "{\n%s\n}" % map {|(k, v)| " #{pad(k)} => #{v}"}.join(",\n") end