Class: Bundler::GemBytes::BundlerCommand
- Inherits:
-
Plugin::API
- Object
- Plugin::API
- Bundler::GemBytes::BundlerCommand
- Defined in:
- lib/bundler/gem_bytes/bundler_command.rb
Overview
A bundler command that adds features to your existing Ruby Gems project
Instance Method Summary collapse
-
#exec(_command, args) ⇒ void
Executes the ‘gem-bytes` command.
Instance Method Details
#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 |