Method: Faker::Hacker.noun

Defined in:
lib/faker/default/hacker.rb

.nounString

Only the best hacker-related nouns.

Examples:

Faker::Hacker.noun #=> "bandwidth"

Returns:

  • (String)

Available since:

  • 1.4.0



60
61
62
# File 'lib/faker/default/hacker.rb', line 60

def noun
  fetch('hacker.noun')
end