locomotivecms/steam

View on GitHub
lib/locomotive/steam/adapters/filesystem/sanitizers/simple.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Locomotive::Steam
  module Adapters
    module Filesystem
      module Sanitizers

        class Simple

          include Adapters::Filesystem::Sanitizer

        end

      end
    end
  end
end