Raku / doc

🦋 Raku documentation
https://docs.raku.org/
Artistic License 2.0
290 stars 293 forks source link

xt/check_signatures.t doesn't report on /IO/Handle#method_chomp #4506

Open coke opened 4 months ago

coke commented 4 months ago

Looking at https://docs.raku.org/type/IO/Handle#method_chomp we have a method that is described with an attribute instead of a method. The test doesn't mention chomp at all - needs to also check public attributes.