Method: Sym::Application#editor
- Defined in:
- lib/sym/application.rb
#editor ⇒ Object
95 96 97 |
# File 'lib/sym/application.rb', line 95 def editor editors_to_try.find { |editor| File.exist?(editor) } end |
95 96 97 |
# File 'lib/sym/application.rb', line 95 def editor editors_to_try.find { |editor| File.exist?(editor) } end |