Skip to content

Instantly share code, notes, and snippets.

View bruno-'s full-sized avatar
♦️
Async Ruby enthusiast

Bruno Sutic bruno-

♦️
Async Ruby enthusiast
View GitHub Profile
@bruno-
bruno- / keybase.md
Last active September 28, 2015 16:47

Keybase proof

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:

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