Skip to content

Commit

Permalink
trying to get the table to render properly
Browse files Browse the repository at this point in the history
  • Loading branch information
cheezy committed Feb 15, 2013
1 parent 84e4e00 commit 81db973
Showing 1 changed file with 20 additions and 39 deletions.
59 changes: 20 additions & 39 deletions README.md
Expand Up @@ -69,45 +69,26 @@ Here is a list of the built-in methods:

| built-in method |
| --- |
| first_name |
| last_name |
| last_name |
| full_name |
| name_prefix |
| name_suffix |
| title |
| street_address(include_secondary=false) |
| secondary_address |
| city |
| state |
| state_abbr |
| zip_code |
| country |
| company_name |
| catch_phrase |
| words(number = 3) |
| sentence(min_word_count = 4) |
| sentences(sentence_count = 3) |
| paragraphs(paragraph_count = 3) |
| characters(character_count = 255) |
| email_address(name = nil) |
| domain_name |
| url |
| user_name |
| phone_number |
| cell_phone |
| randomize([]) |
| randomize(1..4) |
| mask - #=num a=lower A=upper |
| today(format = '%D') |
| tomorrow(format = '%D') |
| yesterday(format = '%D') |
| 3.days_from_today(format = '%D') |
| 3.days_ago(format = '%D') |
| month |
| month_abbr |
| day_of_week |
| day_of_week_abbr |
| first_name last_name |
| last_name | full_name |
| name_prefix | name_suffix |
| title | street_address(include_secondary=false) |
| secondary_address | city |
| state | state_abbr |
| zip_code | country |
| company_name | catch_phrase |
| words(number = 3) | sentence(min_word_count = 4) |
| sentences(sentence_count = 3) | paragraphs(paragraph_count = 3) |
| characters(character_count = 255) | email_address(name = nil) |
| domain_name | url |
| user_name | phone_number |
| cell_phone | randomize([]) |
| randomize(1..4) | mask - #=num a=lower A=upper |
| today(format = '%D') | tomorrow(format = '%D') |
| yesterday(format = '%D') |
| 3.days_from_today(format = '%D') | 3.days_ago(format = '%D') |
| month | month_abbr |
| day_of_week | day_of_week_abbr |



Expand Down

0 comments on commit 81db973

Please sign in to comment.