Class: Module

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

Overview

“Augmentations” plugin for Rails. By Henrik Nyh <henrik.nyh.se> under the MIT license for DanceJam <dancejam.com> 2008-09-10. See README for usage. By Henrik Nyh 2015-04-02 under the MIT license.

Instance Method Summary collapse

Instance Method Details

#augmentation(**opts, &block) ⇒ Object



7
8
9
# File 'lib/augmentations/module.rb', line 7

def augmentation(**opts, &block)
  @augmentation ||= block
end