Class: Stealth::Server
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Stealth::Server
- Defined in:
- lib/stealth/server.rb
Class Method Summary collapse
Class Method Details
.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 |