imperator 0.2.0
Imperator is a small gem to help with command objects. The command pattern is a design pattern used to encapsulate all of the information needed to execute a method or process at a point in time. In a web application, commands are typically used to delay execution of a method from the request cycle to a background processor.
          Gemfile:
          =
        
        
          instalar:
          =
        
      dependencias de Runtime (3):
dependencias de Development (1):
            rspec
            >= 0
          
    