Project

red_davis

0.0
No commit activity in last 3 years
No release in over 3 years
My CV
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.2.9

Runtime

>= 0
>= 0
 Project Readme

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.