# File lib/rye/box.rb, line 502 502: def stdout_hook(&block) 503: @rye_stdout_hook = block if block 504: @rye_stdout_hook 505: end