Sha256: 9e20219e8e9be725686c96f143a84636d91fa95fec299045075bcb03824fd319
Contents?: true
Size: 373 Bytes
Versions: 11
Compression:
Stored size: 373 Bytes
Contents
class Fancy FDoc { # A hash to keep all objects to extract documentation from. # Having this hash only for FDoc is fine IMHO. As we dont need # to use ObjectSpace or anything like that. Just to produce docs. @documented_objects = <[]> Fancy Documentation on_documentation_set: |object, documentation| { @documented_objects store(object, documentation) } }
Version data entries
11 entries across 11 versions & 1 rubygems