Method: Puppet::Pops::IssueReporter.format_with_prefix
- Defined in:
- lib/puppet/pops/issue_reporter.rb
.format_with_prefix(prefix, message) ⇒ Object
86 87 88 89 90 |
# File 'lib/puppet/pops/issue_reporter.rb', line 86 def self.format_with_prefix(prefix, ) return unless prefix [prefix, ].join(' ') end |