lib/rubysmith/cli/actions/refinements.rb in rubysmith-5.2.0 vs lib/rubysmith/cli/actions/refinements.rb in rubysmith-5.3.0
- old
+ new
@@ -13,10 +13,10 @@
on "--[no-]refinements"
default { Container[:configuration].build_refinements }
- def call(value = default) = input.build_refinements = value
+ def call(value = nil) = input.build_refinements = value
end
end
end
end