lib/mixture/coerce/boolean.rb in mixture-0.6.2 vs lib/mixture/coerce/boolean.rb in mixture-0.7.0
- old
+ new
@@ -1,5 +1,6 @@
# encoding: utf-8
+# frozen_string_literal: true
module Mixture
module Coerce
# Handles coercion of the boolean classes.
class Boolean < Base