# File lib/dependor/shorty.rb, line 3 def takes(*names) attr_reader *names include Dependor::Constructor(*names) extend Dependor::Let end