Method: Stealth::Server.get_or_post
- Defined in:
- lib/stealth/server.rb
.get_or_post(url, &block) ⇒ Object
10 11 12 13 |
# File 'lib/stealth/server.rb', line 10 def self.get_or_post(url, &block) get(url, &block) post(url, &block) end |