Sha256: c63184475f6ea0bc18ae6c196b985e3ec22c45c3462a2481d57ea37b60e4a021
Contents?: true
Size: 262 Bytes
Versions: 13
Compression:
Stored size: 262 Bytes
Contents
module Juli module Command # used in both Juli::Command::Sitemap Juli::Command::RecentUpdate class FileEntry attr_accessor :path, :mtime def initialize(path, mtime) @path = path @mtime = mtime end end end end
Version data entries
13 entries across 13 versions & 1 rubygems