class Flay
Public Class Methods
kick_off()
click to toggle source
# File lib/complexity/flay.rb, line 3 def self.kick_off # I only want the summary with Flay o = %x{flay #{$path} -s } $output_file.puts(o) end