method

javascript_runtime_gemfile_entry

javascript_runtime_gemfile_entry()
protected

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 233
      def javascript_runtime_gemfile_entry
        if defined?(JRUBY_VERSION)
          "gem 'therubyrhino'\n"
        else
          "# gem 'therubyracer', :platforms => :ruby\n"
        end
      end