# File lib/mocha/class_method.rb, line 9
 9:     def initialize(stubbee, method)
10:       @stubbee = stubbee
11:       @method = RUBY_VERSION < '1.9' ? method.to_s : method.to_sym
12:     end