class RSpec::Core::Reporter
def exit_early(exit_code)
-
exit_code
(Integer
) -- the exit_code to be return by the reporter
def exit_early(exit_code) report(0) { exit_code } end
exit_code
(Integer
)
-- the exit_code to be return by the reporter
def exit_early(exit_code) report(0) { exit_code } end