Class: Hash

Inherits:
Object
  • Object
show all
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