lib/pakyow/presenter/attributes/boolean.rb in pakyow-presenter-1.0.0.rc2 vs lib/pakyow/presenter/attributes/boolean.rb in pakyow-presenter-1.0.0.rc3
- old
+ new
@@ -14,10 +14,9 @@
# => <input ...>
#
# To support this, +Attributes+ manages setting / removing the value on the
# underlying object; all we do is behave like a String.
#
- # @api private
class Boolean < String
end
end
end
end