Show More
Commit Description:
add selectable checker (for now, only 'text' and 'float') in the problem import
Commit Description:
add selectable checker (for now, only 'text' and 'float') in the problem import
References:
File last commit:
Show/Diff file:
Action:
test/load/common_visitors.rb | 8 lines | 146 B | text/x-ruby | RubyLexer |
if !defined? VISITOR_OPTION_LIST
VISITOR_OPTION_LIST = {}
end
visitor "FirstPageViewer", VISITOR_OPTION_LIST do
stores_cookies
get "/"
end