diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-06-14 12:56:34 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-06-14 12:56:34 +0900 |
commit | 6e93320c1b5ee25331ffc300beb5f14f2630403f (patch) | |
tree | 0fb4e9510f3cbda236ad8b52a015e4ee7c2ddd43 /lib/rdoc/rd/block_parser.rb | |
parent | f9deff32a354d1f14653337d027c1e841551ff59 (diff) |
Update RDoc::RD parsers generated by racc-1.7.1
Diffstat (limited to 'lib/rdoc/rd/block_parser.rb')
-rw-r--r-- | lib/rdoc/rd/block_parser.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/rdoc/rd/block_parser.rb b/lib/rdoc/rd/block_parser.rb index d33f4bda75..aa1c6f6227 100644 --- a/lib/rdoc/rd/block_parser.rb +++ b/lib/rdoc/rd/block_parser.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true # # DO NOT MODIFY!!!! -# This file is automatically generated by Racc 1.7.0 +# This file is automatically generated by Racc 1.7.1 # from Racc grammar file "". # ###### racc/parser.rb begin -unless $".index 'racc/parser.rb' -$".push 'racc/parser.rb' +unless $".find {|p| p.end_with?('/racc/parser.rb')} +$".push "#{__dir__}/racc/parser.rb" # frozen_string_literal: false #-- # Copyright (c) 1999-2006 Minero Aoki @@ -21,7 +21,7 @@ $".push 'racc/parser.rb' #++ unless $".find {|p| p.end_with?('/racc/info.rb')} -$".push 'racc/info.rb' +$".push "#{__dir__}/racc/info.rb" #-- # # @@ -35,7 +35,7 @@ $".push 'racc/info.rb' #++ module Racc - VERSION = '1.6.2' + VERSION = '1.7.1' Version = VERSION Copyright = 'Copyright (c) 1999-2006 Minero Aoki' end |