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