Categories: None [Edit]

before_hooks

https://rubygems.org/gems/before_hooks
https://github.com/jrpolidario/before_hooks
Adds `before_extended`, `before_included`, and `before_prepended` methods hooks which would be called before the standard `extended`, `included`, and `prepended` Ruby hooks, respectively. Especially useful when you require to "do" something just before the module gets `extended` or `included` to a module/class. In particular, in my specific case, I needed to "do" something if a specific method already exists in the `base` class.

Total

Ranking: 89,205 of 196,694
Downloads: 10,381

Daily

Ranking: 57,606 of 196,654
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,725,968,350bundler
81,410,025,467rake
291,017,686,770rspec
108478,522,782byebug

Owners

#GravatarHandle
1iconjrpolidario