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