Skip to content

Instantly share code, notes, and snippets.

View rickbenavidez's full-sized avatar

Rick Benavidez rickbenavidez

View GitHub Profile
framework 'cocoa'
class HelloFS
PATH = '/hello.txt'
def contentsOfDirectoryAtPath(path, error: error)
[PATH.lastPathComponent]
end
def contentsAtPath(path)