Class: PromptService

Inherits:
Object
  • Object
show all
Defined in:
lib/serendipitous/prompt_service.rb

Overview

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

Class Method Summary collapse

Class Method Details

.prompt(content) ⇒ Object



7
8
9
# File 'lib/serendipitous/prompt_service.rb', line 7

def self.prompt(content)
  "What is #{content}?"
end