module Ktistec::Util
Extended Modules
Defined in:
framework/util.crInstance Method Summary
-
#id
Generates a random, URL-safe identifier.
-
#pluralize(noun)
Pluralizes a singular noun.
-
#render_as_text(content)
Renders content as simple text.
-
#sanitize(content)
Cleans up the content we receive from others.
Instance Method Detail
def id
#
Generates a random, URL-safe identifier.
64 bits should ensure it takes about 5 billion attempts to generate a collision.