summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/httpheader/fixtures/classes.rb
blob: b5ec6abd758048455870756423390dcffd4c7e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
module NetHTTPHeaderSpecs
  class Example
    include Net::HTTPHeader

    attr_accessor :body

    def initialize
      initialize_http_header({})
    end
  end
end