# File lib/beefcake.rb, line 186
    def self.included(o)
      o.extend Dsl
      o.extend Decode
      o.send(:include, Encode)
    end