summaryrefslogtreecommitdiffstats
path: root/test/lib/mocha/instance_method.rb
blob: f0d4b04b8acdea2dedac89471449ce9e81ff0c8a (plain)
1
2
3
4
5
6
7
8
require 'mocha/class_method'

module Mocha

  class InstanceMethod < ClassMethod
  end
  
end