Class: Faker::Movies::Hackers
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.character ⇒ String
Produces a real character name from Hackers.
-
.handle ⇒ String
Produces a character hacker “handle” from Hackers.
-
.quote ⇒ String
Produces a quote from Hackers.
Methods inherited from Base
bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, generate, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, shuffle!, translate, unique, with_locale
Class Method Details
.character ⇒ String
Produces a real character name from Hackers.
16 17 18 |
# File 'lib/faker/movies/hackers.rb', line 16 def character fetch('hackers.characters') end |
.handle ⇒ String
Produces a character hacker “handle” from Hackers.
29 30 31 |
# File 'lib/faker/movies/hackers.rb', line 29 def handle fetch('hackers.handles') end |
.quote ⇒ String
Produces a quote from Hackers.
42 43 44 |
# File 'lib/faker/movies/hackers.rb', line 42 def quote fetch('hackers.quotes') end |