Module: Cloc
- Defined in:
- lib/cloc.rb,
lib/cloc/linker.rb,
lib/cloc/database.rb,
lib/cloc/filesource.rb
Defined Under Namespace
Classes: Database, FileSource, Linker, NmNtFnd
Constant Summary collapse
- HOME =
ENV['HOME'] ? File.('~') : Dir.pwd
Class Attribute Summary collapse
-
.warn ⇒ Object
(also: warn?)
Whether to warn of various things (parsing/linking problems).
Class Attribute Details
.warn ⇒ Object Also known as: warn?
Whether to warn of various things (parsing/linking problems).
6 7 8 |
# File 'lib/cloc.rb', line 6 def warn @warn end |