lib/rubysmith/cli/actions/refinements.rb in rubysmith-7.1.0 vs lib/rubysmith/cli/actions/refinements.rb in rubysmith-7.2.0

- old
+ new

@@ -13,10 +13,10 @@ on "--[no-]refinements" default { Container[:settings].build_refinements } - def call(value = nil) = settings.build_refinements = value + def call(boolean) = settings.build_refinements = boolean end end end end