class method
self.can_bind_to_custom_address?
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
self.can_bind_to_custom_address?()
No documentation comment.
Source
# File railties/lib/commands/process/spawner.rb, line 52
def self.can_bind_to_custom_address?
@@can_bind_to_custom_address ||= /^\s-a\s/.match `#{OPTIONS[:spawner]} -h`
end
Defined in railties/lib/commands/process/spawner.rb line 52
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in FcgiSpawner