# File lib/clamp/attribute/declaration.rb, line 20
      def define_default_for(attribute)
        define_method(attribute.default_method) do
          attribute.default_value
        end
      end