Method: Path#stem

Defined in:
lib/path/parts.rb

#stemObject

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