class Canon::Diff::DiffLine

def changed?

Returns:
  • (Boolean) - true if this line was changed
def changed?
  type == :changed
end