Project

General

Profile

« Previous | Next » 

Revision cd41378e

Added by mame (Yusuke Endoh) over 4 years ago

lib/rdoc/parser/ruby.rb: Avoid .chars.to_a.last

The code creates a lot of useless objects.
Instead, using a regexp is shorter and faster.