Sha256: cbfd43cd067d2258eb8712d93ff1a748383d19990a59093c80aabe690272cc63

Contents?: true

Size: 170 Bytes

Versions: 8

Compression:

Stored size: 170 Bytes

Contents

class Simple::Httpd::BaseController
  helpers do
    def debug(data)
      require "pp"

      content_type "text/plain"
      halt data.pretty_inspect
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
simple-httpd-0.4.3 lib/simple/httpd/base_controller/debug.rb
simple-httpd-0.4.2 lib/simple/httpd/base_controller/debug.rb
simple-httpd-0.4.1 lib/simple/httpd/base_controller/debug.rb
simple-httpd-0.4.0 lib/simple/httpd/base_controller/debug.rb
simple-httpd-0.3.5 lib/simple/httpd/base_controller/debug.rb
simple-httpd-0.3.4 lib/simple/httpd/base_controller/debug.rb
simple-httpd-0.3.3 lib/simple/httpd/base_controller/debug.rb
simple-httpd-0.3.1 lib/simple/httpd/base_controller/debug.rb