module Metanorma::Acme
Constants
- DOCUMENT_NAMESPACE
- ORGANIZATION_NAME_LONG
- ORGANIZATION_NAME_SHORT
- VERSION
- YAML_CONFIG_FILE
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/metanorma/acme.rb, line 80 def configure self.configuration ||= Configuration.new yield(configuration) end