I hereby claim:
- I am bruno- on github.
- I am bruno_ (https://keybase.io/bruno_) on keybase.
- I have a public key whose fingerprint is C464 17C1 4F7B D54E A082 7090 CAFA 7B1B 2914 ED81
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| class SmsNotifier | |
| # We want to reuse code from this class, | |
| # and we try to do that by using inheritance. | |
| def notify! | |
| # texting magic happens here | |
| end | |
| end | |
| class ReportGenerator < SmsNotifier |