# File lib/puppet-lint.rb, line 35 def % *a, &b a.flatten! string = case a.last when Hash expand a.pop else self end if a.empty? string else Percent.bind(string).call(*a, &b) end end