mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
merge revision(s) 40586:
* doc/syntax/refinements.rdoc : Fix a missing quote Patch by Robin Dupret. [Fix GH-271] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
649d6f47d2
commit
8aceebf8a1
2 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ Here is a basic refinement:
|
|||
|
||||
class C
|
||||
def foo
|
||||
puts "C#foo
|
||||
puts "C#foo"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#define RUBY_VERSION "2.0.0"
|
||||
#define RUBY_RELEASE_DATE "2013-05-05"
|
||||
#define RUBY_PATCHLEVEL 183
|
||||
#define RUBY_RELEASE_DATE "2013-05-06"
|
||||
#define RUBY_PATCHLEVEL 184
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2013
|
||||
#define RUBY_RELEASE_MONTH 5
|
||||
#define RUBY_RELEASE_DAY 5
|
||||
#define RUBY_RELEASE_DAY 6
|
||||
|
||||
#include "ruby/version.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue