TestForRoot
This gem is a simple file/permissions management tool that tests for super-user permissions and has a basic API to return user status at any point.
Classes
TestForRoot::User
Methods
#name #groups #member? #uid
TestForRoot::Root
Installation
Add this line to your application's Gemfile:
gem 'test_for_root'
And then execute:
$ bundle
Or install it yourself as:
$ gem install test_for_root
Usage
TODO: Write usage instructions here
Contributing
- Fork it! PLEASE DO!
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request