Method: Bun::Runner#call
- Defined in:
- lib/bun/runner.rb
#call ⇒ Object
17 18 19 20 21 22 |
# File 'lib/bun/runner.rb', line 17 def call command = parsed_arguments.shift gems = parsed_arguments.take_while { |argument| argument !~ /^-|^--/} run_command(command, gems) end |