Method: RubyGit::Status::UnmergedEntry#their_mode

Defined in:
lib/ruby_git/status/unmerged_entry.rb

#their_modeInteger (readonly)

The mode of the file in their branch

Examples:

entry.their_mode #=> 0o100644

Returns:

  • (Integer)


71
72
73
# File 'lib/ruby_git/status/unmerged_entry.rb', line 71

def their_mode
  @their_mode
end