Skip to content

reddavis/CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My CV

Install

gem sources -a http://gemcutter.org
sudo gem install red_davis

How To Use

Boot up IRB

require 'rubygems'
require 'red_davis'

# Lets create a me
a = RedDavis.new

# Want to view my blog?
a.blog

# Need to share my CV with other co-workers
a.share_with('you@yourcompany.com', 'your_co_workers@a.com', 'co_worker2@b.com')

# Want to hire me?
a.hired!(:from => 'you', :body => 'hey, nice cv', :subject => 'hello')

View the documentation for all methods - reddavis.github.com/CV/

Copyright © 2010 Red Davis. See LICENSE for details.