Sha256: a752e769b78acdaaeffa02816d823aff0e2c1c04b9e7825404e960e24c944e6a
Contents?: true
Size: 1.82 KB
Versions: 16
Compression:
Stored size: 1.82 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:readlines:@docstringIC:YARD::Docstring"ÖReads the entire file specified by <i>name</i> as individual lines, and returns those lines in an array. Lines are separated by <i>sep_string</i>. a = IO.readlines("testfile") a[0] #=> "This is line one\n" :@objectu:YARD::StubProxyIO.readlines: @summary0: @all"Reads the entire file specified by <i>name</i> as individual lines, and returns those lines in an array. Lines are separated by <i>sep_string</i>. a = IO.readlines("testfile") a[0] #=> "This is line one\n" @overload readlines(name, sep_string=$/) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;IO.readlines;;;IC; "