lib/mill/resources/google_site_verification.rb in mill-0.4 vs lib/mill/resources/google_site_verification.rb in mill-0.5

- old
+ new

@@ -10,9 +10,15 @@ @key = key @public = false super(**args) end + def inspect + super + ", key: %p" % [ + @key, + ] + end + def load @content = "google-site-verification: #{@key}.html\n" super end \ No newline at end of file