This is the base problem of #5595. Simple one-liner: ```text jruby -e 'def add_filter(p = proc); p.call(:lol); end; add_filter { |e| p e }' ```