lib/rubicure/girl.rb in rubicure-1.0.7 vs lib/rubicure/girl.rb in rubicure-1.1.0
- old
+ new
@@ -81,10 +81,10 @@
birthday_date = Date.new(date.year, month.to_i, day.to_i)
birthday_date == date
end
- def have_birthday? # rubocop:disable Style/PredicateName
+ def have_birthday? # rubocop:disable Naming/PredicateName
has_key?(:birthday)
end
alias_method :has_birthday?, :have_birthday?
def full_name