# File app/bin/grep.rb, line 50 def parse_fixed_args(argv) @pattern = argv.shift debug("パターン:#{@pattern}") super(argv) end