time_delta_string(seconds) Instance Public methods Return a string describing the amount of time in the given number of seconds in terms a human can understand easily.
write_style_sheet() Instance Public methods Copy over the stylesheet into the appropriate place in the output directory.
new(parent_generator, options) Class Public methods Creates a new generator. parent_generator is used to determine the #class_dir and #file_dir of links in the output index. options are the same options passed to the parent generator.
build_index() Instance Public methods Builds the JSON index as a Hash.
class_dir() Instance Public methods The directory classes are written to
debug_msg(*msg) Instance Public methods Output progress information if debugging is enabled
file_dir() Instance Public methods The directory files are written to
generate() Instance Public methods Writes the JSON index to disk
index_classes() Instance Public methods Adds classes and modules to the index
index_methods() Instance Public methods Adds methods to the index
Page 885 of 11844