Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 461 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 461 Bytes

Metaprogramming

What is it?

A programme that writes its own methods, allowing to check if a student has a specific badge, and that overwrites method_missing in the process.

META

How was it done?

Pair-programmed with Spike Lindsey as an experiment in Metaprogramming. Written in Ruby and TDDed using Rspec.