Method: Fsxtrader::Application#edit
- Defined in:
- lib/fsxtrader/application.rb
#edit ⇒ Object
Edit the fsx trader config file (using the system editor)
79 80 81 82 83 |
# File 'lib/fsxtrader/application.rb', line 79 def edit puts "Editing FSX Trader..." editor = ENV['editor'] || 'vi' system "#{editor} #{self.default_config_path}" end |