vanity
vanity copied to clipboard
Ruby-ify Adapter API
Instead of using set_..., get_... and is_..., we should switch to ...=, a standard getter, and ...?.
For example: https://github.com/assaf/vanity/blob/master/lib/vanity/adapters/abstract_adapter.rb#L70