Commit 5355e0a

mo <mo.khan@gmail.com>
2019-02-03 20:51:58
mixin Enumerable
1 parent 05c1c7f
Changed files (1)
lib
scim
lib/scim/kit/v2/attributable.rb
@@ -5,6 +5,8 @@ module Scim
     module V2
       # Represents a dynamic attribute that corresponds to a SCIM type
       module Attributable
+        include Enumerable
+
         def dynamic_attributes
           @dynamic_attributes ||= {}.with_indifferent_access
         end