Skip to content

Instantly share code, notes, and snippets.

@blaines
Created June 10, 2015 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blaines/1daf6cd0b5756e9bc718 to your computer and use it in GitHub Desktop.
Save blaines/1daf6cd0b5756e9bc718 to your computer and use it in GitHub Desktop.
> Pathname.new 'uri:classloader:/Users/bschanfeldt/Repos/Github/jruby/jruby/README.md'
=> <Pathname:uri:classloader:/Users/bschanfeldt/Repos/Github/jruby/jruby/README.md>
> p = _
=> <Pathname:uri:classloader:/Users/bschanfeldt/Repos/Github/jruby/jruby/README.md>
> p.absolute?
=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment