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