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