Skip to content

Commit

Permalink
Document .WRITE/.READ/.EOF on IO::CatHandle
Browse files Browse the repository at this point in the history
These just throw X::NYI; blocking out these methods from IO::Handle

SAP (Spec APpendices): Raku/roast@e0f6f389d5
Rakudo impl: rakudo/rakudo@9246b03520
  • Loading branch information
zoffixznet committed Jul 16, 2018
1 parent 5c5e022 commit b88595b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions doc/Type/IO/CatHandle.pod6
Expand Up @@ -832,6 +832,36 @@ In Rakudo, the L<IO::CatHandle> type overrides this method to throw C<X::NYI>
exception. If you have a good idea for how this method should behave,
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
=head2 method WRITE
Defined as:
multi method WRITE(|)
In Rakudo, the L<IO::CatHandle> type overrides this method to throw C<X::NYI>
exception. If you have a good idea for how this method should behave,
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
=head2 method READ
Defined as:
multi method EOF(|)
In Rakudo, the L<IO::CatHandle> type overrides this method to throw C<X::NYI>
exception. If you have a good idea for how this method should behave,
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
=head2 method EOF
Defined as:
multi method EOF(|)
In Rakudo, the L<IO::CatHandle> type overrides this method to throw C<X::NYI>
exception. If you have a good idea for how this method should behave,
L<tell Rakudo developers about it|https://webchat.freenode.net/?channels=#perl6-dev>!
=end pod

# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit b88595b

Please sign in to comment.