https://github.com/hoshinotsuyoshi/ruboty-ruby_eval
https://github.com/hoshinotsuyoshi/ruboty-ruby_eval
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoshinotsuyoshi/ruboty-ruby_eval
- Owner: hoshinotsuyoshi
- License: mit
- Created: 2014-12-24T22:04:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-24T22:08:31.000Z (over 10 years ago)
- Last Synced: 2025-03-25T04:13:26.657Z (2 months ago)
- Language: Ruby
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ruboty::RubyEval
## Usage
eval is evil.
Do not use.```ruby
gem 'ruboty-ruby_eval'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install ruboty-ruby_eval
## Contributing
1. Fork it ( https://github.com/[my-github-username]/ruboty-ruby_eval/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request