Overlay demo presented during IIW 27. See presentation.pdf for more information what it is about. Simple script shows possibility how overlays can be applied on top of the schema.
It is a ruby scrip so you can run it directly from irb
require './demo'
...
or just modify the code and call
ruby demo.rb
to trigger specific methods. Remember to uncoment some 'puts' in the code to see any results.