Class: Screengem::Question
- Inherits:
-
Object
- Object
- Screengem::Question
- Includes:
- RSpec::Matchers, Configurable, Executable
- Defined in:
- lib/screengem/question.rb
Overview
Base class for all questions.
Direct Known Subclasses
Instance Method Summary collapse
Methods included from Executable
Methods included from Configurable
Instance Method Details
#answer ⇒ Object
11 12 13 |
# File 'lib/screengem/question.rb', line 11 def answer execute end |