mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* moved a blank line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4f5f65b4f7
commit
32ffd36c6f
1 changed files with 1 additions and 1 deletions
|
@ -19,9 +19,9 @@ print %[
|
|||
# changes made to this file will be lost the next time ruby is built.
|
||||
|
||||
module Config
|
||||
|
||||
RUBY_VERSION == "#{version}" or
|
||||
raise "ruby lib version (#{version}) doesn't match executable version (\#{RUBY_VERSION})"
|
||||
|
||||
]
|
||||
|
||||
v_fast = []
|
||||
|
|
Loading…
Reference in a new issue