Sha256: 7b88c260566d3624537a555463f04450f9e26737a3996053d3a9be6c29079001
Contents?: true
Size: 150 Bytes
Versions: 3
Compression:
Stored size: 150 Bytes
Contents
class Simple::Httpd::BaseController helpers do def debug(data) content_type "text/plain" halt data.pretty_inspect end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
simple-httpd-0.3.0 | lib/simple/httpd/base_controller/debug.rb |
simple-httpd-0.0.4 | lib/simple/httpd/base_controller/debug.rb |
simple-httpd-0.0.2 | lib/simple/httpd/base_controller/debug.rb |