/lib/mongofy/collection.fy
http://github.com/fancy-lang/mongo.fy · Unknown · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · 785869abc3a53905c39c12af096f9ebe MD5 · raw file
- class Mongo Collection {
- ruby_alias: 'count
- ruby_alias: 'find
- ruby_alias: 'remove
- def insert: entry {
- insert(entry)
- }
- }