# File lib/rye/box.rb, line 491 491: def pre_command_hook(&block) 492: @rye_pre_command_hook = block if block 493: @rye_pre_command_hook 494: end