Module: Bundler::Grep
- Defined in:
- lib/bundler/grep.rb,
lib/bundler/grep/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.start!(argv) ⇒ Object
7 8 9 |
# File 'lib/bundler/grep.rb', line 7 def start!(argv) Kernel.exec(*grep_command, argv[0], *Bundler.load.specs.map(&:full_gem_path)) end |