Skip to content

Instantly share code, notes, and snippets.

@devboy
Created July 1, 2011 14:30
Show Gist options
  • Save devboy/1058657 to your computer and use it in GitHub Desktop.
Save devboy/1058657 to your computer and use it in GitHub Desktop.
Gator - Example configuration
#This file has been generated by gator and wants to be edited by you!
Gator.project = Gator::Project.new "gator"
Gator.project.layout[:source,:main,:ruby] = "lib"
Gator.project.layout[:source,:test,:ruby] = "test"
puts Gator.project.path(:source,:main,:ruby)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment