diff --git a/doc/Type/IO/CatHandle.pod6 b/doc/Type/IO/CatHandle.pod6 index 5b51364c4..239077bd9 100644 --- a/doc/Type/IO/CatHandle.pod6 +++ b/doc/Type/IO/CatHandle.pod6 @@ -832,6 +832,36 @@ In Rakudo, the L type overrides this method to throw C exception. If you have a good idea for how this method should behave, L! +=head2 method WRITE + +Defined as: + + multi method WRITE(|) + +In Rakudo, the L type overrides this method to throw C +exception. If you have a good idea for how this method should behave, +L! + +=head2 method READ + +Defined as: + + multi method EOF(|) + +In Rakudo, the L type overrides this method to throw C +exception. If you have a good idea for how this method should behave, +L! + +=head2 method EOF + +Defined as: + + multi method EOF(|) + +In Rakudo, the L type overrides this method to throw C +exception. If you have a good idea for how this method should behave, +L! + =end pod # vim: expandtab shiftwidth=4 ft=perl6