lib/caramelize/page.rb in caramelize-1.2.0 vs lib/caramelize/page.rb in caramelize-1.2.1

- old
+ new

@@ -21,10 +21,10 @@ def author_name author[:name] end - def author + def author # rubocop:todo Lint/DuplicateMethods @author ||= { name: 'Caramelize', email: 'mail@example.com' } end def latest? @latest