Skip to content

Instantly share code, notes, and snippets.

@reagent
Created January 18, 2009 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reagent/48674 to your computer and use it in GitHub Desktop.
Save reagent/48674 to your computer and use it in GitHub Desktop.
Sample source / template for resume2 gem

<%= name %>

Objective

<%= objective %>

Work History

<% jobs.each do |job| %> <% current_job = job['job'].inject({}) {|hash, e| hash.merge(e) } %> <%= current_job['start_on'] %> -> <%= current_job['end_on'] %>

<%= current_job['company'] %>

<%= current_job['title'] %>

<% end %>

name: Patrick Reagan
objective: To help Kev (n3bulous) with his resume-generating gem.
jobs:
- job:
- start_on: 2000-11-13
- end_on: Present
- company: Viget Labs
- title: Development Director
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment