Skip to content

Instantly share code, notes, and snippets.

@phstc
Created May 21, 2013 02:08
Show Gist options
  • Save phstc/5617084 to your computer and use it in GitHub Desktop.
Save phstc/5617084 to your computer and use it in GitHub Desktop.
file = "#{File.expand_path File.dirname(__FILE__)}/dripmain_is_running.tmp"
File.open(file, "w") { |f| f.write("Yay") }
require_relative 'config/application'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment