File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ One of the attributes that can be set via C<.new> or L<open>.
125
125
Defaults to C < True > . Takes a L < Bool > specifying whether the line separators
126
126
(as defined by L « C < .nl-in > |/type/IO::Handle#method_nl-in» ) should be removed
127
127
from content when using L « C < .get > |/type/IO::Handle#method_get» or
128
- L « C < .lines > |/type/IO::Handle#method_lines » methods.
128
+ L « C < .lines > |/type/IO::Handle#routine_lines » methods.
129
129
130
130
= head2 routine get
131
131
@@ -292,7 +292,7 @@ Defined as:
292
292
293
293
Return a L < Seq > each element of which is a line from the handle (that is
294
294
chunks delineated by L « C < .nl-in > |/type/IO::Handle#method_nl-in» ). If the
295
- handle's L « C < .chomp > |/type/IO::Handle#method_new » attribute is set to C < True > ,
295
+ handle's L « C < .chomp > |/type/IO::Handle#method_chomp » attribute is set to C < True > ,
296
296
then characters specified by L « C < .nl-in > |/type/IO::Handle#method_nl-in» will be
297
297
stripped from each line.
298
298
You can’t perform that action at this time.
0 commit comments