We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rubicure#Series#girls
Precure.all_girls
Now, Precure.hirogaru_sky.girls.map(&:precure_name) returns Cure Wing
Precure.hirogaru_sky.girls.map(&:precure_name)
Precure.hirogaru_sky.girls.map(&:precure_name) # => ["キュアスカイ", "キュアプリズム", "キュアウィング", "キュアバタフライ"]
This is same to Precure.all_girls
Precure.all_girls.include?(Cure.wing) # => true
But Cure Wing is a boy 👦 , so it feels strange.
So I'm going to change this behavior in the next major version (v4)
The text was updated successfully, but these errors were encountered:
Add #members as alias for #girls
#members
#girls
cb3c625
ref. #284
b64686f
#all_members
#all_girls
sue445
No branches or pull requests
Now,
Precure.hirogaru_sky.girls.map(&:precure_name)
returns Cure WingThis is same to
Precure.all_girls
But Cure Wing is a boy 👦 , so it feels strange.
So I'm going to change this behavior in the next major version (v4)
The text was updated successfully, but these errors were encountered: