Method: Train::File::Remote::Windows#basename
- Defined in:
- lib/train/file/remote/windows.rb
#basename(suffix = nil, sep = '\\') ⇒ Object
16 17 18 |
# File 'lib/train/file/remote/windows.rb', line 16 def basename(suffix = nil, sep = '\\') super(suffix, sep) end |