class Hash

require ‘test/spy_on’

class Array

spy_on :select, :each

end

class Hash

spy_on :key?
# spy_on :[]

end