# File lib/restclient.rb, line 131
def
<<
obj
File
.
open
(
@target_file
,
'a'
) {
|
f
|
f
.
puts
obj
}
end