class DFile
Public Instance Methods
get_tag_prio(tag)
click to toggle source
# File Entities/DFiles.rb, line 285 def get_tag_prio(tag) p, _ = tags.find { |_, t| t == tag } return p ? p.to_i : nil end
print()
click to toggle source
# File Entities/DFiles.rb, line 281 def print p self end