Bug #13990 ยป remove_obsolete_ruby_code.patch
| lib/rdoc/ruby_token.rb (working copy) | ||
|---|---|---|
|
EXPR_DOT = :EXPR_DOT
|
||
|
EXPR_CLASS = :EXPR_CLASS
|
||
|
# for ruby 1.4X
|
||
|
if !defined?(Symbol)
|
||
|
Symbol = Integer
|
||
|
end
|
||
|
def set_token_position(seek, line, char)
|
||
|
@prev_seek = seek
|
||
|
@prev_line_no = line
|
||