# File lib/clamp/attribute/declaration.rb, line 14
      def define_reader_for(attribute)
        define_method(attribute.read_method) do
          attribute.of(self)._read
        end
      end