# File lib/cucumber/rb_support/rb_hook.rb, line 13 def invoke(location, argument, &block) @rb_language.current_world.cucumber_instance_exec(false, location, *[argument, block].compact, &@proc) end