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,727 of 191,455
Downloads: 3,392

Daily

Ranking: 122,967 of 191,429
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,290,634,251bundler
81,273,120,523rake
29964,231,479rspec
72588,904,024pry
67083,094,297benchmark-ips
1,11341,741,632pry-doc

Owners

#GravatarHandle
1icona_bicky