maroon
maroon copied to clipboard
A gem to make pure DCI available in Ruby (was originally named Moby)
I'm having trouble getting my head around what's going on on the inside. Is there a design document somewhere?
I'm trying to wrap my head around how this fits into an application. It's been a stumbling block for me. I would expect to install the gem and be able...
This is my code: ``` ruby require 'maroon/kernel' require 'build' module Demands Context.define :DemandProcessing do def initialize(demand, requied_organization, params) @demand = demand @requied_organization = requied_organization @params = params end role...