Skip to content

Instantly share code, notes, and snippets.

@rebo
rebo / gist:4339983
Created December 19, 2012 20:04 — forked from runefs/gist:4338821
require 'alias_dci'
class A
include AliasDCI::DataObject
def foo
"a"
end
end
class C
include AliasDCI::Context # No need to also include DataObject in a context, it is one anyway