actionframework/actionframework

View on GitHub
lib/actionframework/gem.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'jewel'
module ActionFramework
      class Gem < Jewel::Gem
              root "../.."
      end
end