module Webgen::Utils
Namespace for classes and methods that provide common functionality.
Public Class Methods
const_for_name(name)
Return the object for the given absolute constant name
.
data_dir()
Return the data directory for webgen.
snake_case(str)
Transform the string in Module::CamelCase format into module/camel_case format.