Show More
Commit Description:
upgraded rails to 2.3.5, removed rspec tasks from Rakefile
Commit Description:
upgraded rails to 2.3.5, removed rspec tasks from Rakefile
References:
File last commit:
Show/Diff file:
Action:
judge/scripts/lib/initializer.rb
| 13 lines
| 151 B
| text/x-ruby
| RubyLexer
|
|
r176 | |||
module Grader | ||||
class Initializer | ||||
def self.run(&block) | ||||
config = Grader::Configuration.get_instance | ||||
yield config | ||||
end | ||||
end | ||||
end | ||||