index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
test
/
mocks
/
stubbed_kernel.rb
blob: ef9864867c557117be16524807b8f19f01958c1d (
plain
) (
blame
)
1
2
3
4
5
module
Kernel
def
exec
(
*
args
)
true
end
end