Module: Hoodie::Let
- Defined in:
- lib/hoodie/utils/konstruktor.rb
Instance Method Summary collapse
Instance Method Details
#let(name, &block) ⇒ Object
69 70 71 |
# File 'lib/hoodie/utils/konstruktor.rb', line 69 def let(name, &block) define_method(name, &block) end |