summaryrefslogtreecommitdiff
path: root/lib/rdoc/markup/parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/markup/parser.rb')
-rw-r--r--lib/rdoc/markup/parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/markup/parser.rb b/lib/rdoc/markup/parser.rb
index c214f74782..9fba69dc29 100644
--- a/lib/rdoc/markup/parser.rb
+++ b/lib/rdoc/markup/parser.rb
@@ -387,7 +387,7 @@ class RDoc::Markup::Parser
# Skips a token of +token_type+, optionally raising an error.
def skip token_type, error = true
- type, data, = get
+ type, = get
return unless type # end of stream