aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parser/ruby_tools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/parser/ruby_tools.rb')
-rw-r--r--lib/rdoc/parser/ruby_tools.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/rdoc/parser/ruby_tools.rb b/lib/rdoc/parser/ruby_tools.rb
index 90c03307b4..3f6190884e 100644
--- a/lib/rdoc/parser/ruby_tools.rb
+++ b/lib/rdoc/parser/ruby_tools.rb
@@ -49,7 +49,6 @@ module RDoc::Parser::RubyTools
obj.pop_token
end if @token_listeners
else
- warn("':' not followed by identifier or operator")
tk = tk1
end
end
@@ -62,6 +61,10 @@ module RDoc::Parser::RubyTools
tk
end
+ ##
+ # Reads and returns all tokens up to one of +tokens+. Leaves the matched
+ # token in the token list.
+
def get_tk_until(*tokens)
read = []