lib/convenient_service/utils/hash/except.rb in convenient_service-0.12.0 vs lib/convenient_service/utils/hash/except.rb in convenient_service-0.13.0
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
##
-# @example:
+# @example
# ConvenientService::Utils::Hash::Except.call({foo: :bar, baz: :qux}, [:foo])
#
module ConvenientService
module Utils
module Hash