Created
September 19, 2014 04:30
-
-
Save kencrocken/76058d9ab9b00e069ecc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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