Module: DeadSimpleCMS::Util::Identifier::ClassMethods

Defined in:
lib/dead_simple_cms/util/identifier.rb

Instance Method Summary collapse

Instance Method Details

#new_dictionary(*args, &block) ⇒ Object

Public: creates a new dictionary class.



29
30
31
# File 'lib/dead_simple_cms/util/identifier.rb', line 29

def new_dictionary(*args, &block)
  Dictionary.new(self, *args, &block)
end