Skip to content

Instantly share code, notes, and snippets.

@rickhull
Created November 19, 2017 05:09
Show Gist options
  • Save rickhull/43b8dae92f2fe3a4da456282b42d5799 to your computer and use it in GitHub Desktop.
Save rickhull/43b8dae92f2fe3a4da456282b42d5799 to your computer and use it in GitHub Desktop.
begin
require 'flay_task'
FlayTask.new do |t|
t.dirs = ['lib']
t.verbose = true
end
rescue LoadError
warn 'flay_task unavailable'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment