Module: Hanami::Action::Rack::InstanceMethods Private
- Defined in:
- lib/hanami/action/rack.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #initialize ⇒ Object private
Instance Method Details
#initialize ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
178 179 180 181 182 |
# File 'lib/hanami/action/rack.rb', line 178 def initialize(*) super @_status = nil @_body = nil end |