method

editor

editor()
private

No documentation available.

# File railties/lib/rails/command/helpers/editor.rb, line 11
          def editor
            ENV["VISUAL"].to_s.empty? ? ENV["EDITOR"] : ENV["VISUAL"]
          end