Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Created November 17, 2018 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbuehlmann/1041d3302057d540d8e83da328fd8deb to your computer and use it in GitHub Desktop.
Save tbuehlmann/1041d3302057d540d8e83da328fd8deb to your computer and use it in GitHub Desktop.
Listen.to('app/controllers') do |modified, added, removed|
puts "modified absolute path: #{modified}"
puts "added absolute path: #{added}"
puts "removed absolute path: #{removed}"
end.start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment