lib/pakyow/presenter/attributes/attribute.rb in pakyow-presenter-1.0.0.rc2 vs lib/pakyow/presenter/attributes/attribute.rb in pakyow-presenter-1.0.0.rc3

- old
+ new

@@ -1,10 +1,9 @@ # frozen_string_literal: true module Pakyow module Presenter class Attributes - # @api private class Attribute def initialize(value) @value = value end