Method: Ofe.require_editor_env_variable
- Defined in:
- lib/ofe.rb
.require_editor_env_variable ⇒ Object
147 148 149 150 151 |
# File 'lib/ofe.rb', line 147 def self.require_editor_env_variable unless ENV["EDITOR"] raise "EDITOR environment variable is not set." end end |