Project

General

Profile

« Previous | Next » 

Revision 72242e69

Added by toshimaru about 2 years ago

[ruby/rdoc] fix: Fix NoMethodError for tokens_to_s method

Calling tokens_to_s gets an error if token_stream is nil:

undefined method `compact' for nil:NilClass (NoMethodError) 

So, fall back to an empty array if @token_stream is nil.

https://github.com/ruby/rdoc/commit/452e4a2600