Class: Sqlite::FinalDatasetTestParser
Constant Summary
CommonTestParser::COMMENT
Instance Attribute Summary
#final, #result
Instance Method Summary
collapse
#choose, #parse
#choose, #get, #has?, #initialize
Instance Method Details
#get_final ⇒ Object
8
9
10
11
|
# File 'lib/parsers/final_dataset_test_parser.rb', line 8
def get_final
has?(:final) ? get(:final) : get(:query)
end
|
#has_final? ⇒ Boolean
4
5
6
|
# File 'lib/parsers/final_dataset_test_parser.rb', line 4
def has_final?
has?(:final) || has?(:query)
end
|