mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-05 00:00:44 -04:00
Examine titles and recycle them
This commit is contained in:
@@ -69,6 +69,12 @@ class Title
|
||||
end
|
||||
end
|
||||
|
||||
def examine : Bool
|
||||
return false unless Dir.exists? @dir
|
||||
signature = Dir.signature @dir
|
||||
return @signature == signature
|
||||
end
|
||||
|
||||
def to_slim_json : String
|
||||
JSON.build do |json|
|
||||
json.object do
|
||||
|
||||
Reference in New Issue
Block a user