class Me prepend Foo def do_the_thing puts "Me!" super end end Me.new.do_the_thing "Foo!" "Me!" #=> NoMethodError: super: no superclass method `do_the_thing' for #<Me:0x007ff7fe688d70>
info"] = 2 db["puns"] = 999999999 end db.transaction true do puts "This session has had #{db["useful info"]} tips." puts "So far we have had #{db["puns"]} puns." end