module DiffCrystalFormat
Defined in:
diff_crystal_format.crConstant Summary
-
VERSION =
"0.1.0"
Class Method Summary
-
.diffs(fnames, diff_opts = ["-u"])
Returns diffs of files which will be changed.
-
.fnames_with_changes(dirnames_or_fnames = [] of String)
Returns file names which will be changed.
-
.invoked_as_an_application?
Kludgey equivalent for Ruby's
$PROGRAM_NAME == __FILE__
idiom. -
.run(argv = ARGV)
Runs the application.
-
.safe_fname(fname)
Returns string with characters unsuitable for file paths replaced.
Class Method Detail
Returns file names which will be changed.
def self.invoked_as_an_application?
#
Kludgey equivalent for Ruby's $PROGRAM_NAME == __FILE__
idiom.