Sha256: c8b70ffa2071d12ae971bfc5da9ace98308b7b1e9a744641bb6c0bd0467668c3
Contents?: true
Size: 185 Bytes
Versions: 37
Compression:
Stored size: 185 Bytes
Contents
module OhlohScm::Adapters class SvnChainAdapter < SvnAdapter def cat(path, revision) parent_svn(revision) ? parent_svn.cat(path, revision) : super(path, revision) end end end
Version data entries
37 entries across 37 versions & 1 rubygems