Skip to content

Instantly share code, notes, and snippets.

@ruanwz
Created August 26, 2010 23:11
Show Gist options
  • Save ruanwz/552436 to your computer and use it in GitHub Desktop.
Save ruanwz/552436 to your computer and use it in GitHub Desktop.
require 'net/http'
class Song
def initialize
end
def sing
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment