Method: Textbringer::EchoArea#active=

Defined in:
lib/textbringer/window.rb

#active=(value) ⇒ Object (writeonly)

Sets the attribute active

Parameters:

  • value

    the value to set the attribute active to.



878
879
880
# File 'lib/textbringer/window.rb', line 878

def active=(value)
  @active = value
end