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.



14
15
16
17
18
19
# File 'lib/tv.rb', line 14

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