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