module DslOrganizer

DslOrganizer allows to build flexible notations very quickly and same time they will understandable. @example:

include DslOrganizer.dictionary(commands: {
    before: BeforeHook,
    after: AfterHook
})

@note:

The idea was found here
https://www.toptal.com/ruby/ruby-dsl-metaprogramming-guide

Constants

VERSION