5 lines
111 B
Ruby
5 lines
111 B
Ruby
|
require 'puppet/application/face_base'
|
||
|
|
||
|
class Puppet::Application::Strings < Puppet::Application::FaceBase
|
||
|
end
|