ruby/lib/rdoc
Benoit Daloze df5330b04e [ruby/rdoc] Use a more portable way to check if code is parseable
* The same as used in irb: https://github.com/ruby/irb/pull/134/files
* This works on all Ruby implementations, unlike `return` in BEGIN which
  can be quite difficult to support.

https://github.com/ruby/rdoc/commit/d19f7c66fe
2023-07-29 15:31:48 +00:00
..
context [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
generator [ruby/rdoc] [DOC] Improve CSS for "toggle source" hovering over one more method signatures 2023-07-05 04:09:08 +00:00
i18n Merge rdoc-6.0.0.beta4 from upstream. 2017-11-27 10:45:24 +00:00
markdown [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
markup [ruby/rdoc] Use a more portable way to check if code is parseable 2023-07-29 15:31:48 +00:00
parser [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
rd Update RDoc::RD parsers generated by racc-1.7.1 2023-06-14 12:56:34 +09:00
ri [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
stats [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
.document [DOC] escape descriptions [ci skip] 2019-01-04 09:49:32 +00:00
alias.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
anon_class.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
any_method.rb [ruby/rdoc] Fix call-seq for aliased method with similar names 2022-07-18 22:36:57 +09:00
attr.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
class_module.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
code_object.rb Merge rdoc-6.0.0.beta4 from upstream. 2017-11-27 10:45:24 +00:00
code_objects.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
comment.rb [ruby/rdoc] Fix polynominal backtracking 2023-04-29 16:55:37 +00:00
constant.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
context.rb [ruby/rdoc] Prefer `require 'cgi/util'` instead of `require 'cgi'` 2022-02-22 17:08:52 +09:00
cross_reference.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
encoding.rb Merge RDoc 6.0.3 from upstream. 2018-03-26 05:56:26 +00:00
erb_partial.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
erbio.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
extend.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
generator.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
ghost_method.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
i18n.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
include.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
known_classes.rb [ruby/rdoc] Fix the known classes more 2022-07-11 13:43:14 +09:00
markdown.rb Merge RDoc-6.5.0 2022-12-09 16:36:22 +09:00
markup.rb [ruby/rdoc] [DOC] Removes remaining old Markup Reference (https://github.com/ruby/rdoc/pull/910) 2022-08-07 21:07:23 +09:00
meta_method.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
method_attr.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
mixin.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
normal_class.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
normal_module.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
options.rb [ruby/rdoc] Isolate root dir if specified 2023-05-06 07:39:24 +00:00
parser.rb [ruby/rdoc] Pull up handle_tab_width to RDoc::Parser 2022-11-27 16:35:07 +00:00
rd.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
rdoc.gemspec [ruby/rdoc] Add source_code, homepage and changelog uris to gemspec metadata [ci skip] 2023-07-05 04:08:17 +00:00
rdoc.rb [ruby/rdoc] Isolate root dir if specified 2023-05-06 07:39:24 +00:00
require.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
ri.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
rubygems_hook.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
servlet.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
single_class.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
stats.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
store.rb [ruby/rdoc] Use `Marshal.load io` instead of `Marshal.load io.read` 2022-03-02 14:01:31 +09:00
task.rb [ruby/rdoc] Actually execute RDoc document task for coverage 2023-02-06 23:09:05 +00:00
text.rb [ruby/rdoc] Convert upper case copyright and registered marks 2021-09-11 17:03:52 +09:00
token_stream.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
tom_doc.rb Refactor and improve performance of RDoc::Markup::Parser 2019-08-16 06:02:45 +09:00
top_level.rb [ruby/rdoc] Auto-correct trailing new lines 2023-06-03 01:42:29 +00:00
version.rb [ruby/rdoc] Bump version to 6.4.0 2022-12-05 04:59:54 +00:00