Skip to content

Instantly share code, notes, and snippets.

View arwagner's full-sized avatar

Andrew Wagner arwagner

  • Northern Virginia
View GitHub Profile
@arwagner
arwagner / _.md
Created January 18, 2013 20:51 — forked from enjalot/inlet.js
just another inlet to tributary
@arwagner
arwagner / _.md
Created January 18, 2013 16:07 — forked from anonymous/config.json
An inlet to Tributary
class Changes < Actor
out :timeline_tweets_out
takes :tweets_in, :friends_in
def before
@friends = @friends_in.pop
end
def pump
tweet = @tweets_in.pop