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