stubbed_kernel.rb 51 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 module Kernel def exec(*args) true end end