Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/spy_on.rb
Overview
require ‘test/spy_on’
class Array
spy_on :select, :each
end
class Hash
spy_on :key?
# spy_on :[]
end
require ‘test/spy_on’
class Array
spy_on :select, :each
end
class Hash
spy_on :key?
# spy_on :[]
end