Class: Ruby_Qb101
- Inherits:
-
Qb101
- Object
- Qb101
- Ruby_Qb101
- Defined in:
- lib/ruby_qb101.rb
Instance Method Summary collapse
-
#initialize(questions_file = nil) ⇒ Ruby_Qb101
constructor
A new instance of Ruby_Qb101.
Constructor Details
#initialize(questions_file = nil) ⇒ Ruby_Qb101
Returns a new instance of Ruby_Qb101.
18 19 20 21 22 23 24 25 |
# File 'lib/ruby_qb101.rb', line 18 def initialize(questions_file=nil) questions_file ||= File.join(File.dirname(__FILE__), '..', 'data', 'ruby_qb101.txt') super(questions_file) end |