lib/reap/project/check.rb in reap-9.3.5 vs lib/reap/project/check.rb in reap-9.4.0
- old
+ new
@@ -56,10 +56,10 @@
# toplevel side-effects!!!
#
# This takes one option +:scripts+ which is a glob or list of globs
# of the scripts to check. By default this is all scripts in the libpath(s).
#
- # FIXME: This isn't routing output to dev/null as expected.
+ # FIXME: This isn't routing output to dev/null as expected ?
def check_load(options=nil)
options = configure_options(options, 'check-load', 'check')
make if compiles?