module TrustyCms::Extension::Script::Util

def to_extension_name(string)

def to_extension_name(string)
  string.to_s.underscore
end