Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
command?(command)
public
Checks if any plugin handles the command
# File lib/bundler/plugin.rb, line 114
def command?(command)
!index.command_plugin(command).nil?
end