# File lib/nanoc/base/ordered_hash.rb, line 44 def == hsh2 return false if @order != hsh2.order super hsh2 end