Class String
In: lib/puppet-lint/monkeypatches/string_prepend.rb
lib/puppet-lint/monkeypatches/string_percent.rb
Parent: Object

Basic implementation of ‘string’ % { } like we need it. needs work.

Methods

%   expand   expand!   prepend  

Constants

Percent = instance_method '%' unless defined? Percent

Public Instance methods

Internal: Prepends a String to self.

lead - The String to prepend self with.

Returns a String which is lead and self concatenated.

[Validate]