Class: Dunder

Inherits:
Object
  • Object
show all
Defined in:
lib/dunder.rb

Defined Under Namespace

Modules: DunderMethod, Instance Classes: Dispacter, Future, Group

Class Method Summary collapse

Class Method Details

.lazy_load(&block) ⇒ Object



123
124
125
# File 'lib/dunder.rb', line 123

def self.lazy_load(&block)
  DunderMethod.lazy_load(&block)
end