I want to be able to do this to merge a hash into attribute bas on
instance bar in class foo;

bar = Foo.new
bar.bas << { :this => "that" }

Is there any way to define the accessor in Foo to be able to do this?

Thanks,
James