Skip to content

Instantly share code, notes, and snippets.

@simplyb
Created September 7, 2012 14:39
Show Gist options
  • Save simplyb/3666738 to your computer and use it in GitHub Desktop.
Save simplyb/3666738 to your computer and use it in GitHub Desktop.
data for a rake task
module MyApp
module RakeData
extend Self
HILARIOUS_STRING = 'Gangster lorem ipsum from http://lorizzle.nl/'
def tables
["list", "of", "table", "names"]
end
def multitask_prereqs
self.tables.collect { |t| "scrub_#{t}" }
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment