From 0ad4ae91ea6c9c489946a390b231e90c1bf9eedd Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 19 Sep 2004 18:48:29 +0000 Subject: * parse.y [ripper]: spaces before heredoc marker was lost. * keywords: rb_reserved_word() should be defined only in ruby core. * lex.c: sync with keywords. * ext/ripper/ripper.rb.in (parse): fix typo. * ext/ripper/lib/ripper.rb: sync with ripper.rb.in. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/ripper/lib/ripper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/ripper/lib/ripper.rb') diff --git a/ext/ripper/lib/ripper.rb b/ext/ripper/lib/ripper.rb index 15a05aaddc..38b9071200 100644 --- a/ext/ripper/lib/ripper.rb +++ b/ext/ripper/lib/ripper.rb @@ -13,7 +13,7 @@ require 'ripper.so' class Ripper def Ripper.parse(str, *args) - new.parse(str, *args) + new(str, *args).parse end private -- cgit v1.2.3