Docs for basename #113

Merged
merged 1 commit into from May 24, 2017

Conversation

Projects
None yet
3 participants
Contributor

cjllanwarne commented May 24, 2017

No description provided.

SPEC.md
@@ -2618,6 +2619,13 @@ Given an array of optional values, `select_all` will select only those elements
This function will return `false` if the argument is an unset optional value. It will return `true` in all other cases.
+## String basename(File)
@Horneth

Horneth May 24, 2017

Contributor

does it only work on a File or will it work on a String too ? (Or anything that coerces to a File)

@cjllanwarne

cjllanwarne May 24, 2017

Contributor

Technically I guess it's anything that can coerce into String

Contributor

Horneth commented May 24, 2017 edited by briandmaher

👍

Approved with PullApprove

Contributor

mcovarr commented May 24, 2017 edited by briandmaher

👍

Approved with PullApprove

@cjllanwarne cjllanwarne merged commit 09bf31e into develop May 24, 2017

1 check passed

code-review/pullapprove Approved by Horneth, mcovarr
Details

cjllanwarne deleted the cjl_basename_docs branch May 24, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment