Module: Avmtrf1::Patches::EacLauncher::Git::Base::InstanceMethods
- Defined in:
- lib/avmtrf1/patches/eac_launcher/git/base.rb
Instance Method Summary collapse
Instance Method Details
#status_files ⇒ Object
19 20 21 22 23 |
# File 'lib/avmtrf1/patches/eac_launcher/git/base.rb', line 19 def status_files execute!('-c', 'core.quotepath=off', 'status', '--porcelain').each_line.map do |line| parse_status_file(line) end end |