index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
lib
/
mocha
/
no_yields.rb
blob: b0fba415dc91669d40e168d658f1d62202b5c8a4 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
module
Mocha
# :nodoc:
class
NoYields
# :nodoc:
def
each
end
end
end