ruby_parser
Advanced tools
+6
-0
@@ -0,1 +1,7 @@ | ||
| === 3.6.5 / 2015-03-12 | ||
| * 1 minor enhancement: | ||
| * Add line numbers from block comments =begin/=end. (presidentbeef) | ||
| === 3.6.4 / 2015-01-16 | ||
@@ -2,0 +8,0 @@ |
@@ -325,2 +325,3 @@ # encoding: UTF-8 | ||
| @comments << matched | ||
| self.lineno += matched.count("\n") | ||
@@ -327,0 +328,0 @@ nil # TODO |
@@ -94,3 +94,3 @@ # encoding: ASCII-8BIT | ||
| module RubyParserStuff | ||
| VERSION = "3.6.4" unless constants.include? "VERSION" # SIGH | ||
| VERSION = "3.6.5" unless constants.include? "VERSION" # SIGH | ||
@@ -97,0 +97,0 @@ attr_accessor :lexer, :in_def, :in_single, :file |
Sorry, the diff of this file is too big to display