Flowdock
method

read_rc_file

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: ARGVScrubber
read_rc_file(railsrc) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 394
        def read_rc_file(railsrc)
          extra_args = File.readlines(railsrc).flat_map(&:split)
          puts "Using #{extra_args.join(" ")} from #{railsrc}"
          extra_args
        end
Register or log in to add new notes.