class SuggestionService

Looks at a piece of content and makes a suggestion on improving it

Public Class Methods

suggestion(content) click to toggle source
# File lib/serendipitous/suggestion_service.rb, line 7
def self.suggestion(content)
  "What is #{content}?"
end