Module: Rack::RespondTo::InstanceMethods
- Defined in:
- lib/rack/respond_to.rb
Instance Method Summary collapse
-
#respond_to(&block) ⇒ Object
Delegates to the equivalent class method.
Instance Method Details
#respond_to(&block) ⇒ Object
Delegates to the equivalent class method.
86 87 88 |
# File 'lib/rack/respond_to.rb', line 86 def respond_to(&block) self.class.respond_to(&block) end |