module Dependor::Shorty

Public Instance Methods

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