diff options
author | Burdette Lamar <[email protected]> | 2023-02-14 14:33:05 -0600 |
---|---|---|
committer | git <[email protected]> | 2023-02-14 20:33:11 +0000 |
commit | 3c7d5ccdce5707d7964f01f974db505d5add590f (patch) | |
tree | 018f6cc7fce3060bc6388872b7f2a8c23f671e6e /doc/net-http | |
parent | f4b0e8dc616b896fc8f8e29ae7be47fd7c7918a9 (diff) |
[ruby/net-http] [DOC] Enhanced RDoc for request headers
(https://github.com/ruby/net-http/pull/120)
https://github.com/ruby/net-http/commit/b4eb8a7932
Diffstat (limited to 'doc/net-http')
-rw-r--r-- | doc/net-http/included_setters.rdoc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/net-http/included_setters.rdoc b/doc/net-http/included_setters.rdoc deleted file mode 100644 index 4af977cae3..0000000000 --- a/doc/net-http/included_setters.rdoc +++ /dev/null @@ -1,3 +0,0 @@ -This class also includes (indirectly) module Net::HTTPHeader, -which gives access to its -{methods for setting headers}[rdoc-ref:Net::HTTPHeader@Setters]. |