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:
nagachika 2013-05-05 16:08:19 +00:00
parent 649d6f47d2
commit 8aceebf8a1
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ Here is a basic refinement:
class C class C
def foo def foo
puts "C#foo puts "C#foo"
end end
end end

View file

@ -1,10 +1,10 @@
#define RUBY_VERSION "2.0.0" #define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2013-05-05" #define RUBY_RELEASE_DATE "2013-05-06"
#define RUBY_PATCHLEVEL 183 #define RUBY_PATCHLEVEL 184
#define RUBY_RELEASE_YEAR 2013 #define RUBY_RELEASE_YEAR 2013
#define RUBY_RELEASE_MONTH 5 #define RUBY_RELEASE_MONTH 5
#define RUBY_RELEASE_DAY 5 #define RUBY_RELEASE_DAY 6
#include "ruby/version.h" #include "ruby/version.h"