module Rubygrep

Constants

VERSION

Public Class Methods

grep() click to toggle source
# File lib/rubygrep.rb, line 12
def self.grep
  options = RubyGrepOptions.new(ARGV)
  GrepManager.new(options).run
end