Method: EasyType::Daemon#execute_command
- Defined in:
- lib/easy_type/daemon.rb
#execute_command(command) ⇒ Object
Pass a command to the daemon to execute
51 52 53 |
# File 'lib/easy_type/daemon.rb', line 51 def execute_command(command) @stdin.puts command end |