# File lib/mab/mixin.rb, line 31 def _merge_attributes(*args) args.each do |attrs| @_attributes.merge!(attrs) end end