Method: Crowdtilt.delete
- Defined in:
- lib/crowdtilt/crowdtilt.rb
.delete(string) ⇒ Object
57 58 59 60 61 62 63 |
# File 'lib/crowdtilt/crowdtilt.rb', line 57 def delete(string) if block_given? request :delete, uri(string), &Proc.new else request :delete, uri(string) end end |