8 9 10
# File 'lib/m-spec/mocks/allow.rb', line 8 def to(stub) @obj.define_singleton_method(stub.name) { stub.return_value } end