bin_path(name, exec_name = nil, *requirements)
Class Public methods
Find the full path to the executable for gem
name. If the exec_name is not given, the
gem's default_executable is chosen, otherwise the specified
executable's path is returned. requirements allows you to
specify specific gem versions.