Method: RC::Interface#current_tool=
- Defined in:
- lib/rc/interface.rb
#current_tool=(tool) ⇒ Object Also known as: current_command=
Set current tool.
119 120 121 |
# File 'lib/rc/interface.rb', line 119 def current_tool=(tool) ENV['tool'] = tool.to_s end |