6 7 8 9 10
# File 'lib/explicit/type/modifiers/auth_type.rb', line 6 def apply(auth_type, type) Explicit::Type.build(type).tap do |type| type.auth_type = auth_type end end