Object
# File lib/gorillib/pathname.rb, line 89 def self.receive(obj) return obj if obj.nil? obj.is_a?(self) ? obj : new(obj) end
@return the basename without extension (using self.extname as the extension)
# File lib/gorillib/pathname.rb, line 95 def corename basename(self.extname) end
@return [String] compact string rendering
# File lib/gorillib/pathname.rb, line 100 def inspect_compact() to_path.dump ; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.