Categories: None [Edit]

upcastable

https://rubygems.org/gems/upcastable
https://github.com/abicky/upcastable
Duck typing sometimes results in `NoMethodError` unexpectedly by calling methods some classes don't have even if the code pass a test using other classes which have the methods. We can avoid such situations by upcasting. All we have to do is implementing methods defined in the super class or module and we don't have to care about whether or not methods defined only in some subclasses are called.

Total

Ranking: 159,924 of 192,137
Downloads: 3,422

Daily

Ranking: 59,666 of 192,103
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,342,103,677bundler
81,292,456,495rake
29970,934,436rspec
73594,924,422pry
66483,901,095benchmark-ips
1,11341,997,804pry-doc

Owners

#GravatarHandle
1icona_bicky