class PromptService

Looks at a piece of content and provides a writing prompt about it

Public Class Methods

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