instance method inspect

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

inspect()

No documentation comment.

Source
# File actionpack/lib/action_controller/middleware_stack.rb, line 62
      def inspect
        str = klass.to_s
        args.each { |arg| str += ", #{arg.inspect}" }
        str
      end

Defined in actionpack/lib/action_controller/middleware_stack.rb line 62 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::MiddlewareStack::Middleware

Type at least 2 characters to search.

↑↓ navigate · open · esc close