1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ダミーデータを作るときに使うGem "Faker"は、東方Projectにも対応している

Posted at

クスっとしたのでシェア
ドラゴンボールとかワンピースがあるのはわかるけど……

# Random Touhou game
Faker::Games::Touhou.game #=> "Mountain of Faith"

# Random Touhou character
Faker::Games::Touhou.character #=> "Sanae Kochiya"

# Random Touhou location
Faker::Games::Touhou.location #=> "Moriya Shrine"

# Random Touhou item
Faker::Games::Touhou.spell_card #=> 'Esoterica "Gray Thaumaturgy"'

# Random Touhou song
Faker::Games::Touhou.song #=> "Faith Is for the Transient People"

これでテスト用データを東方キャラに統一することも可能!

1
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?