method

gitattributes

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Diffing
gitattributes() 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/commands/credentials/credentials_command/diffing.rb, line 50
    def gitattributes
      @gitattributes ||= (Rails::Command.root || Pathname.pwd).join(".gitattributes")
    end
Register or log in to add new notes.