Class: JsTestCore::Resources::FileNotFound
- Inherits:
-
ThinRest::Resource
- Object
- ThinRest::Resource
- JsTestCore::Resources::FileNotFound
- Defined in:
- lib/js_test_core/resources/file_not_found.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
5 6 7 8 |
# File 'lib/js_test_core/resources/file_not_found.rb', line 5 def get connection.send_head(404) connection.send_body("") end |