summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-04 21:22:47 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-04 21:22:47 +0000
commit79aac054745e7f0180c2e3948a6553996b3e7c62 (patch)
tree634551ccaf9e4316d7def4507f91374d7a96d6b8 /lib
parentc052958912009e52af0cd4261684783af5b4a5a3 (diff)
Clarification of what '*' matches. Patch by John Wells <john.wells at greatworx.com>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/ruby-token.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/irb/ruby-token.rb b/lib/irb/ruby-token.rb
index 9b06eab21b..531fb859ff 100644
--- a/lib/irb/ruby-token.rb
+++ b/lib/irb/ruby-token.rb
@@ -17,11 +17,6 @@ module RubyToken
EXPR_DOT = :EXPR_DOT
EXPR_CLASS = :EXPR_CLASS
- # for ruby 1.4X
- if !defined?(Symbol)
- Symbol = Integer
- end
-
class Token
def initialize(seek, line_no, char_no)
@seek = seek