Directory : /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/vendor/pathspec/lib/pathspec/ |
Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/vendor/pathspec/lib/pathspec/spec.rb |
class Spec attr_reader :regex def initialize(*_) end def match(files) raise "Unimplemented" end def inclusive? true end end