Skip to content

Commit

Permalink
Merge 1e25c90 into aef6612
Browse files Browse the repository at this point in the history
  • Loading branch information
seaki committed Jan 13, 2019
2 parents aef6612 + 1e25c90 commit 9da383f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -669,7 +669,7 @@ Go!プリンセスプリキュア
=> ["シャイニールミナス", "キュアレモネード", "キュアパイン", "キュアサンシャイン", "キュアミューズ", "キュアピース", "キュアロゼッタ", "キュアハニー", "キュアトゥインクル", "キュアカスタード", "キュアエトワール"]

>> Precure.all_girls.group_by{ |girl| girl.color }.map{ |color, girls| [color, girls.count] }.sort_by{ |color, girl_count| girl_count }.reverse
=> [["pink", 12], ["blue", 11], ["yellow", 11], ["red", 7], ["purple", 6], ["white", 4], ["green", 3], ["rainbow", 1], ["black", 1]]
=> [["pink", 12], ["yellow", 11], ["blue", 10], ["purple", 7], ["red", 7], ["white", 4], ["green", 3], ["rainbow", 1], ["black", 1]]
```

### birthday methods
Expand Down
4 changes: 2 additions & 2 deletions config/girls/013_maho_girls.yml
Expand Up @@ -80,7 +80,7 @@ cure_magical: &cure_magical
human_name: 十六夜リコ
precure_name: キュアマジカル
cast_name: 堀江由衣
color: blue
color: purple
created_date: 2016-02-07 # episode 1
birthday: 11/12
extra_names:
Expand All @@ -90,7 +90,7 @@ cure_magical: &cure_magical
diamond:
girl_name: cure_magical_diamond
precure_name: キュアマジカル(ダイヤスタイル)
color: blue
color: purple
created_date: 2016-02-07 # episode 1
transform_message: |-
キュアップ・ラパパ! ダイヤ!
Expand Down

0 comments on commit 9da383f

Please sign in to comment.