Top Level Namespace
Defined Under Namespace
Modules: RuboCop Classes: ServiceDaemon
Instance Method Summary collapse
Instance Method Details
#dputs(*strings) ⇒ Object
3 4 5 |
# File 'lib/rubocop/service/utils.rb', line 3 def dputs(*strings) puts strings.join(" ") if ENV["RUBOCOP_SERVICE_VERBOSE"] == "true" end |