Class: TV

Inherits:
Object
  • Object
show all
Defined in:
lib/tv.rb

Overview

TVTVTV

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ TV

Returns a new instance of TV.



12
13
14
15
16
17
# File 'lib/tv.rb', line 12

def initialize(args)
  setup_colors
  opts args
  resize
  parse args
end