Skip to content

Instantly share code, notes, and snippets.

@ThomasBurleson
Created October 13, 2011 20:31
Show Gist options
  • Save ThomasBurleson/1285433 to your computer and use it in GitHub Desktop.
Save ThomasBurleson/1285433 to your computer and use it in GitHub Desktop.
AS3 code formatting similar to that seen in jQuery and Coffeescript.
candidates.where { n =>
!followers.any { f => f.user.id != n.user.id } &&
!followedBefore.any { f => f.user.id != n.user.id }
}
.where { it => /Flash | ActionScript | Adobe/.test(it.bio) }
.forEach { m => // TODO: do something with 'm' };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment