Class: Faker::OnePiece

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/one_piece.rb

Constant Summary

Constants inherited from Base

Base::Letters, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, sample, shuffle, translate, unique, with_locale

Class Method Details

.akuma_no_miObject



24
25
26
# File 'lib/faker/one_piece.rb', line 24

def akuma_no_mi
  fetch('one_piece.akumas_no_mi')
end

.characterObject



4
5
6
# File 'lib/faker/one_piece.rb', line 4

def character
  fetch('one_piece.characters')
end

.islandObject



12
13
14
# File 'lib/faker/one_piece.rb', line 12

def island
  fetch('one_piece.islands')
end

.locationObject



16
17
18
# File 'lib/faker/one_piece.rb', line 16

def location
  fetch('one_piece.locations')
end

.quoteObject



20
21
22
# File 'lib/faker/one_piece.rb', line 20

def quote
  fetch('one_piece.quotes')
end

.seaObject



8
9
10
# File 'lib/faker/one_piece.rb', line 8

def sea
  fetch('one_piece.seas')
end