method
os_supports_listen_out_of_the_box?
v5.1.7 -
Show latest stable
- Class:
Rails::Generators::AppBase
os_supports_listen_out_of_the_box?()private
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 411
def os_supports_listen_out_of_the_box?
RbConfig::CONFIG["host_os"] =~ /darwin|linux/
end