Project

General

Profile

« Previous | Next » 

Revision aaeb6609

Added by Dmitri Dolguikh almost 11 years ago

renamed lazy_config= parameter

View differences:

lib/runcible/base.rb
@config = config
end
def lazy_config=(blk)
@mutex.synchronize { @lazy_config = blk }
def lazy_config=(a_block)
@mutex.synchronize { @lazy_config = a_block }
end
def config

Also available in: Unified diff