File: quote.md

package info (click to toggle)
ruby-faker 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,596 kB
  • sloc: ruby: 20,656; sh: 6; makefile: 6
file content (21 lines) | stat: -rw-r--r-- 778 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Faker::Quote

Available since version 1.9.0.

```ruby
Faker::Quote.famous_last_words #=> "My vocabulary did this to me. Your love will let you go on…"

Faker::Quote.jack_handey #=> "I hope life isn't a big joke, because I don't get it."

Faker::Quote.matz #=> "You want to enjoy life, don't you? If you get your job done quickly and your job is fun, that's good isn't it? That's the purpose of life, partly. Your life is better."

Faker::Quote.most_interesting_man_in_the_world #=> "He can speak Russian… in French"

Faker::Quote.robin #=> "Holy Razors Edge"

Faker::Quote.singular_siegler #=> "Texas!"

Faker::Quote.yoda #=> "Use your feelings, Obi-Wan, and find him you will."

Faker::Quote.mitch_hedberg # => "I like Kit-Kats, unless I'm with four or more people."
```