Class: Module

Inherits:
Object show all
Defined in:
lib/augmentations.rb

Instance Method Summary collapse

Instance Method Details

#augmentation(&block) ⇒ Object



12
13
14
# File 'lib/augmentations.rb', line 12

def augmentation(&block)
  @augmentation ||= block
end