Skip to content

Instantly share code, notes, and snippets.

@dinge
Created January 13, 2010 14:13
Show Gist options
  • Save dinge/276212 to your computer and use it in GitHub Desktop.
Save dinge/276212 to your computer and use it in GitHub Desktop.
#who is in love?
architect.traverse.both(:friends, :has_coded, :loves).depth(:all).filter do
outgoing(:loves).to_a.size > 0
end.each do |n|
puts n.name
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment