Method: Textbringer::EchoArea#active=
- Defined in:
- lib/textbringer/window.rb
#active=(value) ⇒ Object (writeonly)
Sets the attribute active
878 879 880 |
# File 'lib/textbringer/window.rb', line 878 def active=(value) @active = value end |