9 10 11 12 13
# File 'lib/inch/config.rb', line 9 def run(&block) self.instance ||= new instance.update(&block) instance end