lib/alert.rb in cdc_notices-0.1.1 vs lib/alert.rb in cdc_notices-0.1.2

- old
+ new

@@ -1,6 +1,6 @@ -class Alert - - attr_accessor :title, :summary, :readmore - - -end +class Alert + + attr_accessor :title, :summary, :readmore + + +end