Show More
Commit Description:
add options for grading all submissions of a specific problem (grafted from branch algo-bm 8ed1c0aa59eaf8e22e40fc765c1fba4ac88a34b5)
Commit Description:
add options for grading all submissions of a specific problem (grafted from branch algo-bm 8ed1c0aa59eaf8e22e40fc765c1fba4ac88a34b5)
File last commit:
Show/Diff file:
Action:
lib/initializer.rb | 13 lines | 151 B | text/x-ruby | RubyLexer |
module Grader
class Initializer
def self.run(&block)
config = Grader::Configuration.get_instance
yield config
end
end
end