Skip to content

Instantly share code, notes, and snippets.

@madebydna
Forked from ruanwz/lyric.rb
Created August 26, 2010 23:12
Show Gist options
  • Save madebydna/552438 to your computer and use it in GitHub Desktop.
Save madebydna/552438 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