Class: Net::HTTP
- Inherits:
-
Object
- Object
- Net::HTTP
- Defined in:
- lib/hatenabm.rb
Defined Under Namespace
Classes: Delete
Instance Method Summary collapse
Instance Method Details
#delete(path, initheader = nil) ⇒ Object
15 16 17 18 19 |
# File 'lib/hatenabm.rb', line 15 def delete(path,initheader = nil) res = request(Delete.new(path,initheader)) res.value unless @newimpl res end |