Skip to content

Instantly share code, notes, and snippets.

@paulingham
Created December 30, 2010 00:23
Show Gist options
  • Save paulingham/759265 to your computer and use it in GitHub Desktop.
Save paulingham/759265 to your computer and use it in GitHub Desktop.
module GoggleBox
require 'httparty'
class << self
attr_accessor :adapter
def adapter
@adapter ||= GoggleBox::TVRage
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment