module

DiffCrystalFormat

Constants

VERSION = "0.1.0"

Class methods

diffs(fnames, diff_opts = ["-u"])

Returns diffs of files which will be changed.

Source
fnames_with_changes(dirnames_or_fnames = [] of String)

Returns file names which will be changed.

Source
invoked_as_an_application?

Kludgey equivalent for Ruby's $PROGRAM_NAME == __FILE__ idiom.

Source
run(argv = ARGV)

Runs the application.

Source
safe_fname(fname)

Returns string with characters unsuitable for file paths replaced.

Source