1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rdoc/parser
Yusuke Endoh cd41378ef9 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.
2019-08-16 11:36:47 +09:00
..
c.rb RDoc::Parser::C: Integrate do_classes and do_modules by one regexp match 2019-08-16 06:07:11 +09:00
changelog.rb
markdown.rb
rd.rb
ripper_state_lex.rb
ruby.rb lib/rdoc/parser/ruby.rb: Avoid .chars.to_a.last 2019-08-16 11:36:47 +09:00
ruby_tools.rb
simple.rb
text.rb