Class: Faker::OnePiece
- Inherits:
-
Object
- Object
- Faker::OnePiece
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/faker/deprecate/one_piece.rb
Class Method Summary collapse
- .akuma_no_mi ⇒ Object
- .character ⇒ Object
- .island ⇒ Object
- .location ⇒ Object
- .quote ⇒ Object
- .sea ⇒ Object
Class Method Details
.akuma_no_mi ⇒ Object
28 29 30 |
# File 'lib/faker/deprecate/one_piece.rb', line 28 def akuma_no_mi Faker::JapaneseMedia::OnePiece.akuma_no_mi end |
.character ⇒ Object
8 9 10 |
# File 'lib/faker/deprecate/one_piece.rb', line 8 def character Faker::JapaneseMedia::OnePiece.character end |
.island ⇒ Object
16 17 18 |
# File 'lib/faker/deprecate/one_piece.rb', line 16 def island Faker::JapaneseMedia::OnePiece.island end |
.location ⇒ Object
20 21 22 |
# File 'lib/faker/deprecate/one_piece.rb', line 20 def location Faker::JapaneseMedia::OnePiece.location end |
.quote ⇒ Object
24 25 26 |
# File 'lib/faker/deprecate/one_piece.rb', line 24 def quote Faker::JapaneseMedia::OnePiece.quote end |
.sea ⇒ Object
12 13 14 |
# File 'lib/faker/deprecate/one_piece.rb', line 12 def sea Faker::JapaneseMedia::OnePiece.sea end |