Module: Bundler::Grep

Defined in:
lib/bundler/grep.rb,
lib/bundler/grep/version.rb

Defined Under Namespace

Classes: Command

Constant Summary collapse

VERSION =
"0.3.0"

Class Method Summary collapse

Class Method Details

.start!(argv) ⇒ Object



7
8
9
# File 'lib/bundler/grep.rb', line 7

def self.start!(argv)
  Bundler::Grep::Command.new(argv).start!
end