Module: Rubygrep

Defined in:
lib/rubygrep.rb,
lib/rubygrep/matcher.rb,
lib/rubygrep/version.rb,
lib/rubygrep/outputter.rb,
lib/rubygrep/file_reader.rb,
lib/rubygrep/grep_manager.rb,
lib/rubygrep/file_searcher.rb,
lib/rubygrep/ruby_grep_options.rb

Defined Under Namespace

Classes: FileReader, FileSearcher, GrepManager, Matcher, Outputter, RubyGrepOptions

Constant Summary collapse

VERSION =
"0.0.5"

Class Method Summary collapse

Class Method Details

.grepObject



12
13
14
15
# File 'lib/rubygrep.rb', line 12

def self.grep
  options = RubyGrepOptions.new(ARGV)
  GrepManager.new(options).run
end