Module: Hoodie::Konstruktor
- Included in:
- Object
- Defined in:
- lib/hoodie/utils/konstruktor.rb
Instance Method Summary collapse
Instance Method Details
#takes(*names) ⇒ Object
49 50 51 52 53 |
# File 'lib/hoodie/utils/konstruktor.rb', line 49 def takes(*names) attr_reader *names include Konstruktor::Constructor(*names) extend Konstruktor::Let end |