class Far::ChangeReport

Attributes

report[RW]

Public Class Methods

new(files) click to toggle source
# File lib/far/change_report.rb, line 5
def initialize(files)
  files.each { |file| self[file.name] = file.changes }
end

Public Instance Methods

print() click to toggle source