charlypoly / attr_bitwise

Bitwise attribute for ruby class and Rails model
MIT License
68 stars 9 forks source link

Use Array() to ensure parameter is an array #6

Closed blid closed 8 years ago

blid commented 8 years ago

Little refactoring of setter removing uncessary check for if parameter is an array.

charlypoly commented 8 years ago

LGTM :+1: