DEBSOURCES
Skip Quicknav
sources / ruby-mocha / 1.1.0-2 / lib / mocha / no_yields.rb
1234567891011
module Mocha class NoYields def each end end end