lib/briar/bars/toolbar.rb in briar-0.1.3.b4 vs lib/briar/bars/toolbar.rb in briar-0.1.3.b5
- old
+ new
@@ -102,10 +102,10 @@
default_opts ={:wait_for_view => nil,
:timeout => BRIAR_WAIT_TIMEOUT,
:toolbar_id => nil}
opts = default_opts.merge(opts)
else
- deprecated('0.1.2',
+ _deprecated('0.1.2',
"second argument should be a hash - found '#{opts}'",
:warn)
opts = {:wait_for_view => opts[:wait_for_view],
:timeout => BRIAR_WAIT_TIMEOUT,
:toolbar_id => nil}