Skip to content

Commit

Permalink
Remove an untested method for assigning headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Apr 18, 2012
1 parent 1b0b7e4 commit e39df7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/shl.rb
Expand Up @@ -39,9 +39,6 @@ def headers
['Connection','close']
])
end
def headers=(v)
headers.merge(v)
end
def serialized_headers
headers.map{|k,v|"#{k}: #{v}"}.join(N)
end
Expand Down

0 comments on commit e39df7b

Please sign in to comment.