Show More
Commit Description:
added rakefile and .gitignore for spec, removed 'language hack' warning; compile script takes also 'cpp'
Commit Description:
added rakefile and .gitignore for spec, removed 'language hack' warning; compile script takes also 'cpp'
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