Class: Svn::Repo::FileSystem
- Inherits:
-
FFI::AutoPointer
- Object
- FFI::AutoPointer
- Svn::Repo::FileSystem
- Defined in:
- lib/svn/repos.rb
Overview
A filesystem object. Repositories completely encapsulate the filesystem, so it is unnecessary to use it directly.
Class Method Summary collapse
-
.release(ptr) ⇒ Object
this release method does nothing because the filesystem will be released with its pool, which is associated with the repo that owns the filesystem.
Class Method Details
.release(ptr) ⇒ Object
this release method does nothing because the filesystem will be released with its pool, which is associated with the repo that owns the filesystem
86 87 |
# File 'lib/svn/repos.rb', line 86 def release( ptr ) end |