Sha256: 60a0702f5e5fe5c01630459e74c1ed68c330b9fe82455859cf31d0c577a67972
Contents?: true
Size: 1.64 KB
Versions: 16
Compression:
Stored size: 1.64 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: split:@docstringIC:YARD::Docstring"ôSplits the given string into a directory and a file component and returns them in a two-element array. See also <code>File::dirname</code> and <code>File::basename</code>. File.split("/home/gumby/.profile") #=> ["/home/gumby", ".profile"] :@objectu:YARD::StubProxyFile.split: @summary0: @all"#Splits the given string into a directory and a file component and returns them in a two-element array. See also <code>File::dirname</code> and <code>File::basename</code>. File.split("/home/gumby/.profile") #=> ["/home/gumby", ".profile"] @overload split(file_name) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;File.split;;;IC; "