adamhjk (owner)

Revisions

gist: 187581 Download_button fork
public
Public Clone URL: git://gist.github.com/187581.git
Embed All Files: show embed
example.rb #
1
2
3
execute "this command" do
  not_if do (Time.now - FileUtils.stat("somefile").mtime) > 300 end
end