# File lib/rye/cmd.rb, line 81
81:
def
grep
(
*
args
)
run_command
(
'grep'
,
args
)
end