Module: TypeProf::Config
Relationships & Source Files | |
Defined in: | lib/typeprof/config.rb |
Class Method Summary
Class Method Details
.current
[ GitHub ]# File 'lib/typeprof/config.rb', line 70
def self.current Thread.current[:typeprof_config] end
.set_current(config)
[ GitHub ]# File 'lib/typeprof/config.rb', line 74
def self.set_current(config) Thread.current[:typeprof_config] = config end