Test Post Dec 11th, 2013 This is a test post Let’s see how it works out. 1 2 3 4 5 6 7 module Foo class Bar def poo(things) puts "these are #{things}" end end end