# File lib/flexmock/argument_types.rb, line 42
42:     def hsh(hash)
43:       HashMatcher.new(hash)
44:     end