# File lib/rye/box.rb, line 631 631: def post_command_hook(&block) 632: @rye_post_command_hook = block if block 633: @rye_post_command_hook 634: end