Class: Screengem::Factories::QuestionFactory
- Inherits:
- BasicObject
- Includes:
- Singleton
- Defined in:
- lib/screengem/factories/question_factory.rb
Overview
Knows how to create a Question from a question name.
Defined Under Namespace
Classes: QuestionError
Instance Method Summary collapse
Instance Method Details
#respond_to_missing?(_question_name) ⇒ Boolean
25 26 27 |
# File 'lib/screengem/factories/question_factory.rb', line 25 def respond_to_missing?(_question_name, *) true end |