Method: Facebooker::BatchRun.current_batch=
- Defined in:
- lib/facebooker/parser.rb
.current_batch=(current_batch) ⇒ Object
240 241 242 |
# File 'lib/facebooker/parser.rb', line 240 def current_batch=(current_batch) Thread.current[:facebooker_current_batch]=current_batch end |