Skip to content

Instantly share code, notes, and snippets.

@e-jigsaw
Created May 29, 2012 08:16
Show Gist options
  • Save e-jigsaw/2823243 to your computer and use it in GitHub Desktop.
Save e-jigsaw/2823243 to your computer and use it in GitHub Desktop.
Ukemi on Siri
# -*- encoding: utf-8 -*-
require 'cora'
require 'siri_objects'
require 'pp'
require 'open-uri'
// なんやかんや
listen_for /.*/u do
open("うけみちゃんのurl") {|f|
f.each_line {|line| say line}
}
end
// なんやかんや
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment