mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
Sync rdoc
This commit is contained in:
parent
7d5cb4573d
commit
cbc40bb130
Notes:
git
2024-08-05 00:28:28 +00:00
15 changed files with 115 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue