Module: Dirwatch
- Defined in:
- lib/dirwatch.rb,
lib/dirwatch/errors.rb,
lib/dirwatch/options.rb,
lib/dirwatch/version.rb,
lib/dirwatch/watcher.rb,
lib/dirwatch/settings.rb,
lib/dirwatch/executors.rb,
lib/dirwatch/templates.rb,
lib/dirwatch/os_fetcher.rb,
lib/dirwatch/options/parser.rb,
lib/dirwatch/settings/watch_setting.rb
Defined Under Namespace
Modules: OsFetcher, UserFriendlyError Classes: Console, Executor, FileEmptyError, FileNotFoundError, InvalidValueError, Options, OsNotSupportedError, Settings, TemplateNotFoundError, Templates, Watcher
Constant Summary collapse
- VERSION =
Gem::Version.new '0.0.2'
Class Attribute Summary collapse
-
.console ⇒ Object
readonly
Returns the value of attribute console.
Class Attribute Details
.console ⇒ Object (readonly)
Returns the value of attribute console.
10 11 12 |
# File 'lib/dirwatch.rb', line 10 def console @console end |