> 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