method

run

rails latest stable - Class: Rails::Git

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

run(command)
public

No documentation available.

# File railties/lib/rails_generator/generators/applications/app/scm/git.rb, line 14
    def self.run(command)
      system "git #{command}"
    end