tainbox
tainbox copied to clipboard
supress_tainbox_initializer is not enought cool
Scenario:
- i need to supress initializer
- i need to set default values
What's the exact problem? Please provide: steps to reproduce / expected result / actual result
class Foo
include Tainbox
suppress_tainbox_initializer!
attribute :foo, default: :bar
end
expected Foo.new.foo
to eq :bar
, got nil
would be solved by #13