Skip to content

Instantly share code, notes, and snippets.

@townie
Created March 3, 2014 18:05
Show Gist options
  • Save townie/9330875 to your computer and use it in GitHub Desktop.
Save townie/9330875 to your computer and use it in GitHub Desktop.
class Television
def initialize(channel=3,show="24")
@channel = channel
@show = show
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment