summaryrefslogtreecommitdiff
path: root/ext/ripper/lib
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ripper/lib')
-rw-r--r--ext/ripper/lib/ripper.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/ripper/lib/ripper.rb b/ext/ripper/lib/ripper.rb
index 16db062ad4..c0715de988 100644
--- a/ext/ripper/lib/ripper.rb
+++ b/ext/ripper/lib/ripper.rb
@@ -1,5 +1,5 @@
#
-# This file is automatically generated from /home/aamine/c/ruby/ext/ripper/ripper.rb.in and parse.y.
+# This file is automatically generated from ripper.rb.in and parse.y.
# DO NOT MODIFY!!!!!!
#
#
@@ -165,7 +165,6 @@ class Ripper
:float => 1,
:gvar => 1,
:heredoc_beg => 1,
- :heredoc_content => 1,
:heredoc_end => 1,
:ident => 1,
:ignored_nl => 1,
@@ -774,10 +773,6 @@ class Ripper
token
end
- def on__heredoc_content(token)
- token
- end
-
def on__heredoc_end(token)
token
end