8 9 10 11 12
# File 'lib/fixme.rb', line 8 def FIXME(date_and_message) # In a separate class to avoid mixing in privates. # http://thepugautomatic.com/2014/02/private-api/ Runner.new(date_and_message).run end