Method: HandyToolbox::Screen#initialize

Defined in:
lib/handy_toolbox/screen.rb

#initialize(default_colors: false) ⇒ Screen

Returns a new instance of Screen.



10
11
12
# File 'lib/handy_toolbox/screen.rb', line 10

def initialize(default_colors: false)
  @default_colors = default_colors
end