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