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,854 of 192,720
Downloads: 7,571

Daily

Ranking: 54,830 of 192,704
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,404,881,006bundler
81,316,242,181rake
29978,456,844rspec

Owners

#GravatarHandle
1iconypxing