Skip to content

Instantly share code, notes, and snippets.

@ngw
Created November 7, 2013 14:00
def fetch remote
io = StringIO.new
@service.gettextfile remote, io
io.read
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment