Returns the last component of the path, without the extension: base(ext)
21 22 23
# File 'lib/path/parts.rb', line 21 def stem base(ext) end