Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujihisa/aa
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ujihisa/aa
- Owner: ujihisa
- Created: 2010-08-07T21:46:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-08T00:52:15.000Z (over 14 years ago)
- Last Synced: 2024-05-01T13:28:17.144Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 90.8 KB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aa
class Beer; end
a.beer
# equivalent to Beer.new
x = a.beer
the.beer
# equivalent to xclass Animal; end
an.animal
# equivalent to Animal.new## Install
$ gem install aa
## Author
Tatsuhiro Ujihisa