Skip to content

Instantly share code, notes, and snippets.

@kencrocken
Created September 19, 2014 04:30
Show Gist options
  • Save kencrocken/76058d9ab9b00e069ecc to your computer and use it in GitHub Desktop.
Save kencrocken/76058d9ab9b00e069ecc to your computer and use it in GitHub Desktop.
class Skills
def development_skills
{
programming_languages: %w(Ruby PHP),
frameworks: %w(Rails Sinatra),
testing: %w(RSpec FactoryGirl Cucumber),
front_end: %w(Javascript AngularJS SCSS),
content_management: %(WordPress)
version_control: %w(Git)
}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment