Module: Sqlite::CommonTestParser
- Included in:
- DatasetTestParser, InvalidTestParser, QueryTestParser
- Defined in:
- lib/parsers/common_test_parser.rb
Constant Summary collapse
- COMMENT =
'-- NONE'
Instance Attribute Summary collapse
-
#final ⇒ Object
readonly
Returns the value of attribute final.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
Instance Attribute Details
#final ⇒ Object (readonly)
Returns the value of attribute final.
5 6 7 |
# File 'lib/parsers/common_test_parser.rb', line 5 def final @final end |
#result ⇒ Object (readonly)
Returns the value of attribute result.
5 6 7 |
# File 'lib/parsers/common_test_parser.rb', line 5 def result @result end |
Instance Method Details
#choose(solution) ⇒ Object
12 13 14 |
# File 'lib/parsers/common_test_parser.rb', line 12 def choose(solution) solution end |
#initialize(test) ⇒ Object
8 9 10 |
# File 'lib/parsers/common_test_parser.rb', line 8 def initialize(test) @result = parse test end |