Class: Class

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

Instance Method Summary collapse

Instance Method Details

#lazy_new(*args, &block) ⇒ Object



94
95
96
# File 'lib/adlint/prelude.rb', line 94

def lazy_new(*args, &block)
  LazyInstantiation.new(self, *args, &block)
end