I hereby claim:
- I am bit-dragon on github.
- I am bdragon (https://keybase.io/bdragon) on keybase.
- I have a public key ASCW0NM7AnTzYqHAgTrC0cFncIk-_cFjsJr0GDfRe1rRSQo
To claim this, I am signing this object:
| class ShippingOption | |
| @children = [] | |
| def self.inherited(child) | |
| @children << child | |
| end | |
| def self.for(weight, international) | |
| @children.select do |child| | |
| child.can_ship?(weight, international) | |
| end |
| # Memoization | |
| # Example number one | |
| # Original class | |
| #class Discounter | |
| # def discount(*skus) | |
| # expensive_discount_calculation(*skus) | |
| # end | |
| # | |
| # private |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object: