Class: Screengem::Question

Inherits:
Object
  • Object
show all
Includes:
RSpec::Matchers, Configurable, Executable
Defined in:
lib/screengem/question.rb

Overview

Base class for all questions.

Instance Method Summary collapse

Methods included from Executable

#execute

Methods included from Configurable

#configure

Instance Method Details

#answerObject



11
12
13
# File 'lib/screengem/question.rb', line 11

def answer
  execute
end