class
Shards::DiffReport
- Shards::DiffReport
- Reference
- Object
Defined in:
diff_report.crConstructors
Instance Method Summary
- #any_changes? : Bool
- #changes : Array(LockfileDiffer::Change)
- #from_label : String
- #to_json(io : IO = STDOUT) : Nil
- #to_label : String
- #to_markdown(io : IO = STDOUT) : Nil
- #to_terminal(io : IO = STDOUT) : Nil
Constructor Detail
def self.new(changes : Array(Shards::LockfileDiffer::Change), from_label : String = "HEAD", to_label : String = "working tree")
#