lib/fix/on.rb in r_spec-0.3.1 vs lib/fix/on.rb in r_spec-0.3.2

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + # Namespace for the Fix framework. module Fix # Override Fix's On class. class On # Useful to perform side-effects, e.g., add something in to a database.