Closed teoljungberg closed 6 months ago
Rather than having lib/fx/configuration.rb re-open the Fx module, it makes more sense to have the methods for Fx.configuration, Fx.configuration=, and Fx.configure live inside lib/fx.rb.
lib/fx/configuration.rb
Fx
Fx.configuration
Fx.configuration=
Fx.configure
lib/fx.rb
Rather than having
lib/fx/configuration.rb
re-open theFx
module, it makes more sense to have the methods forFx.configuration
,Fx.configuration=
, andFx.configure
live insidelib/fx.rb
.