Flowdock
method

sub_ext

Importance_1
sub_ext(p1) public

Return a pathname with repl added as a suffix to the basename.

If self has no extension part, repl is appended.

Pathname.new('/usr/bin/shutdown').sub_ext('.rb')
    #=> #<Pathname:/usr/bin/shutdown.rb>
Show source
Register or log in to add new notes.