Show More
Commit Description:
updated to rails 2.3.8 by removing dependence on rack 1.0.1, be quiet when fetching git repos
Commit Description:
updated to rails 2.3.8 by removing dependence on rack 1.0.1, be quiet when fetching git repos
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