ruby的には動詞変化はなし
BBSReader.new.tap{|bbs| bbs.use_proxy = true; p bbs.use_proxy }

rails的
BBSReader.new(:use_proxy => true).tap{|bbs| p bbs.use_proxy }