class Probatio::Context

def assert_hashy(*as)

def assert_hashy(*as)
  do_assert(as[0].to_a, 'hashy equal') { |k, v| k == v }
end