Flowdock
method

named_host?

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::AbstractRequest
named_host?(host) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/request.rb, line 416
      def named_host?(host)
        !(host.nil? || /\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/.match(host))
      end
Register or log in to add new notes.