Joaquim Torres
Results
1
issues of
Joaquim Torres
I think it would be great to have instance specific configuration that takes precedence over the class-level configuration. Example: ``` MyGem.new do |config| config.foo = 'bar' end ``` Does this...