class SeoReport::Representation::Json

Public Instance Methods

represent() click to toggle source
# File lib/seo_report/representation/json.rb, line 5
def represent
  puts JSON(data)
end