Skip to content

Commit

Permalink
Merge b9a4bec into ddde5da
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Aug 18, 2018
2 parents ddde5da + b9a4bec commit 18b9c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubicure/girl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def colors
private

def has_transform_style?(style)
return false unless respond_to?(:transform_styles)
return false unless has_key?(:transform_styles)

transform_styles.keys.map(&:to_sym).include?(style.to_sym)
end
Expand Down

0 comments on commit 18b9c06

Please sign in to comment.