Topology
Installation
Add this line to your application's Gemfile:
gem 'topology'
And then execute:
$ bundle
Or install it yourself as:
$ gem install Topology
Usage
Topology.new Set[Set[1], Set[2]]
=> #<Topology:0x007f8074132c60 @sos=#<Set: {#<Set: {1}>, #<Set: {2}>, #<Set: {1, 2}>, #<Set: {}>}>>
Contributing
- Fork it ( https://github.com/[my-github-username]/Topology/fork )
- 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 a new Pull Request