class Module

“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.

Public Instance Methods

augmentation(**opts, &block) click to toggle source
# File lib/augmentations/module.rb, line 7
def augmentation(**opts, &block)
  @augmentation ||= block
end