Method: CommandWrap::Config::OpenOffice.stop
- Defined in:
- lib/command_wrap/config/open_office.rb
.stop ⇒ Object
61 62 63 |
# File 'lib/command_wrap/config/open_office.rb', line 61 def self.stop @stop ||= 'killall -9 soffice.bin' end |