Class Mizuho::IdMap
In: lib/mizuho/id_map.rb
Parent: Object

Methods

add   generate_associations   load   new   save   stats   xassociate  

Included Modules

Utils

Classes and Modules

Class Mizuho::IdMap::AlreadyAssociatedError
Class Mizuho::IdMap::Entry

Constants

URANDOM = File.open("/dev/urandom", "rb")
MATCHER = JaroWinklerPure.new
BANNER = "###### Autogenerated by Mizuho, DO NOT EDIT ######\n" << "# This file maps section names to IDs so that the commenting system knows which\n" << "# comments belong to which section. Section names may be changed at will but\n" << "# IDs always stay the same, allowing one to retain old comments even if you\n" << "# rename a section.\n" << "#\n" << "# This file is autogenerated but is not a cache; you MUST NOT DELETE this\n" << "# file and you must check it into your version control system. If you lose\n" << "# this file you may lose the ability to identity old comments.\n" << "#\n" << "# Entries marked with \"fuzzy\" indicate that the section title has changed\n" << "# and that Mizuho has found an ID which appears to be associated with that\n" << "# section. You should check whether it is correct, and if not, fix it.\n\n"

Attributes

associations  [R] 
entries  [R] 

Public Class methods

Public Instance methods

[Validate]