maroon icon indicating copy to clipboard operation
maroon copied to clipboard

A gem to make pure DCI available in Ruby (was originally named Moby)

Results 3 maroon issues
Sort by recently updated
recently updated
newest added

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...