Module: Citrus::Utils
- Included in:
- Master::Starter
- Defined in:
- lib/citrus/util/utils.rb,
lib/citrus/util/app_util.rb,
lib/citrus/util/path_util.rb,
lib/citrus/util/module_util.rb,
lib/citrus/util/countdown_latch.rb
Overview
Utils
Defined Under Namespace
Modules: AppUtil, EventEmitter, ModuleUtil, PathUtil Classes: CountDownLatch
Instance Method Summary collapse
-
#local?(host) ⇒ Boolean
Check whether a host is a local adress.
Instance Method Details
#local?(host) ⇒ Boolean
Check whether a host is a local adress
13 14 15 |
# File 'lib/citrus/util/utils.rb', line 13 def local? host return true end |