module Cucumber::Glue::Dsl

def InstallPlugin(name: nil, &proc)

Registers a proc that will run after Cucumber is configured in order to install an external plugin.
def InstallPlugin(name: nil, &proc)
  Dsl.register_rb_hook('install_plugin', [], proc, name: name)
end