# File lib/ramaze/snippets/ramaze/dictionary.rb, line 350 def inspect ary = [] each {|k,v| ary << k.inspect + "=>" + v.inspect} '{' + ary.join(", ") + '}' end