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 79
def self.can_bind_to_custom_address?
true
end
Defined in railties/lib/commands/process/spawner.rb line 79
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in MongrelSpawner