# File lib/hoe/flog.rb, line 30
  def define_flog_tasks
    begin
      require 'flog_task'
      FlogTask.new :flog, self.flog_threshold, nil, self.flog_method
    rescue LoadError
      # skip
    end
  end