ruby / rdoc

RDoc produces HTML and online documentation for Ruby projects.
https://ruby.github.io/rdoc/
Other
841 stars 438 forks source link

Remove unnecessary `file_name` parameter from `Parser#initialize` #1146

Open st0012 opened 3 months ago

st0012 commented 3 months ago

Similar to #1135, the file_name argument's value should be the name as top_level.absolute_name. So passing it separately is not necessary.