File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ of L«C<:$chomp>|/type/IO::Handle#method_chomp»,
22
22
L « C < :$nl-in > |/type/IO::Handle#method_nl-in» ,
23
23
L « C < :$nl-out > |/type/IO::Handle#method_nl-out» , and
24
24
L « C < :$enc > |/type/IO::Handle#method_encoding» . The values for parameters default
25
- to the invocant attributes and if any of them are provided, the attributes will
26
- be updated to the new values. The values of attributes will be used if the
27
- arguments are not provided. Specify C < :$bin > set to C < True > instead of
25
+ to the invocant's attributes and if any of them are provided, the attributes will
26
+ be updated to the new values. Specify C < :$bin > set to C < True > instead of
28
27
C < :$enc > to indicate the handle should be opened in binary mode. Specifying
29
28
undefined value as C < :$enc > is equivalent to not specifying C < :$enc > at all.
30
29
Specifying both a defined encoding as C < :$enc > and C < :$bin > set to true will
You can’t perform that action at this time.
0 commit comments