Module: Fixme::Mixin
- Defined in:
- lib/fixme.rb
Instance Method Summary collapse
Instance Method Details
#FIXME(date_and_message) ⇒ Object
39 40 41 42 43 |
# File 'lib/fixme.rb', line 39 def FIXME() # In a separate class to avoid mixing in privates. # http://thepugautomatic.com/2014/02/private-api/ Runner.new().run end |