方法
属性
[R] | args | |
[R] | block | |
[R] | klass |
类公共方法
new(klass, args, block) 链接
实例公共方法
==(middleware) 链接
build(app) 链接
build_instrumented(app) 链接
inspect() 链接
来源:显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/middleware/stack.rb, line 33 def inspect if klass.is_a?(Module) klass.to_s else klass.class.to_s end end
name() 链接
来源:显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/middleware/stack.rb, line 22 def name; klass.name; end