Sync rdoc

This commit is contained in:
Stan Lo 2024-08-03 11:29:40 +01:00 committed by Hiroshi SHIBATA
parent 7d5cb4573d
commit cbc40bb130
Notes: git 2024-08-05 00:28:28 +00:00
15 changed files with 115 additions and 36 deletions

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
#
# DO NOT MODIFY!!!!
# This file is automatically generated by Racc 1.7.3
# This file is automatically generated by Racc 1.8.0
# from Racc grammar file "inline_parser.ry".
#
@ -23,7 +23,7 @@ unless $".find {|p| p.end_with?('/racc/info.rb')}
$".push "#{__dir__}/racc/info.rb"
module Racc
VERSION = '1.7.3'
VERSION = '1.8.0'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end
@ -31,10 +31,6 @@ end
end
unless defined?(NotImplementedError)
NotImplementedError = NotImplementError # :nodoc:
end
module Racc
class ParseError < StandardError; end
end