Categories: None [Edit]

module_shims

https://rubygems.org/gems/module_shims
https://github.com/ypxing/module_shims
The gem is one tool used for debugging/developing and as one helper for reading/trying source code of projects (like Ruby on Rails). It helps you prepend modules in the inheritance chain so that you can easily implement your own methods to override existing ones in specific modules/classes without impacting others. Different from monkey patch, you can easily enable/dsiable your implementation.

Total

Ranking: 105,679 of 192,186
Downloads: 7,534

Daily

Ranking: 127,038 of 192,156
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,348,548,670bundler
81,294,659,704rake
29971,677,503rspec

Owners

#GravatarHandle
1iconypxing