Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ujihisa/aa


https://github.com/ujihisa/aa

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Aa

class Beer; end

a.beer
# equivalent to Beer.new

x = a.beer
the.beer
# equivalent to x

class Animal; end

an.animal
# equivalent to Animal.new

## Install

$ gem install aa

## Author

Tatsuhiro Ujihisa