See Original text in context
method flush(IO::Handle: --> True)
Will flush the handle, writing any of the buffered data. Returns True
on success; otherwise, Fails with X::IO::Flush
.
given "foo".IO.open: :w
See Original text in context
multi method flush(|)
The IO::CatHandle type overrides this method to throw a X::NYI
exception. If you have a good idea for how this method should behave, tell Rakudo developers about it!