abc
Ruby
code posted
by
Vagner
created at 27 Sep 22:58, updated at 27 Sep 23:56
Edit
|
Back
1
2
3
4
5
6
7 |
[ "Alice", "friend", "Bob" ]
[ "Alice", "age", 35 ]
[ "Bob", "friend", "Claire" ]
forall {
has :PersonA, "friend", :PersonB
}
|
151 Bytes in 2 ms with coderay