# File lib/consular/cli.rb, line 239 def open_in_editor(path, editor = nil) editor = editor || Consular.default_editor || ENV['EDITOR'] system "#{editor || 'open'} #{path}" end