instance method close

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

close()

No documentation comment.

Source
# File actionpack/lib/action_controller/reloader.rb, line 14
      def close
        @body.close if @body.respond_to?(:close)
      ensure
        Dispatcher.cleanup_application
        @lock.unlock
      end

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

Defined in ActionController::Reloader::BodyWrapper

Type at least 2 characters to search.

↑↓ navigate · open · esc close