require 'traits' class C trait 'a' def initialize @a = 42 end end obj=C::new p obj.a