Method: Bundler::GemBytes::BundlerCommand#exec
- Defined in:
- lib/bundler/gem_bytes/bundler_command.rb
#exec(_command, args) ⇒ void
This method returns an undefined value.
Executes the gem-bytes command
18 19 20 21 |
# File 'lib/bundler/gem_bytes/bundler_command.rb', line 18 def exec(_command, args) uri_or_path = validate_args(args) execute_script(uri_or_path) end |