Module: Dunder::DunderMethod
- Defined in:
- lib/dunder.rb
Class Method Summary collapse
Class Method Details
.lazy_load(&block) ⇒ Object
118 119 120 |
# File 'lib/dunder.rb', line 118 def self.lazy_load(&block) Future.new(&block) end |