# File lib/cool.io/dsl.rb, line 87
      def initializer(&action)
        @klass.send :define_method, :initialize, &action
      end