class GrepGauntlet
Attributes
args[RW]
Public Class Methods
new(args)
click to toggle source
# File lib/gauntlet_grep.rb, line 11 def initialize args self.args = args end
Public Instance Methods
run(name)
click to toggle source
# File lib/gauntlet_grep.rb, line 15 def run name system "grep", *args end