Show More
Commit Description:
add auto setting of config.time_zone to be the system timezone (from either /etc/timezone or /etc/sysconfig/clock)
Commit Description:
add auto setting of config.time_zone to be the system timezone (from either /etc/timezone or /etc/sysconfig/clock)
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