lib/webmachine/resource/callbacks.rb in webmachine-0.3.0 vs lib/webmachine/resource/callbacks.rb in webmachine-0.4.0
- old
+ new
@@ -369,8 +369,9 @@
# @return [true,false,nil] Whether the Content-MD5 header
# validates against the request body
def validate_content_checksum
nil
end
- end
- end
-end
+
+ end # module Callbacks
+ end # class Resource
+end # module Webmachine