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