Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Created April 15, 2011 11:23
Show Gist options
  • Save lolmaus/921548 to your computer and use it in GitHub Desktop.
Save lolmaus/921548 to your computer and use it in GitHub Desktop.
return true unless @@filepath &&
File.exists?(@@filepath) &&
File.readable?(@@filepath) &&
File.writable?(@@filepath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment