IronRuby.Builtins.RubyFileOps.BaseName C# (CSharp) Method

BaseName() private method

private BaseName ( ConversionStorage toPath, RubyClass self, object path, [ suffix ) : MutableString
toPath ConversionStorage
self RubyClass
path object
suffix [
return MutableString
        public static MutableString/*!*/ BaseName(ConversionStorage<MutableString>/*!*/ toPath, RubyClass/*!*/ self,
            object path, [DefaultProtocol, NotNull, Optional]MutableString suffix) {
            return BaseName(Protocols.CastToPath(toPath, path), suffix);
        }

Same methods

RubyFileOps::BaseName ( MutableString path, MutableString suffix ) : MutableString