Method: Jeny::Configuration#editor_command

Defined in:
lib/jeny/configuration.rb

#editor_commandObject

Shell command to open the source code editor.

Default value checks the JENY_EDITOR, GIT_EDITOR, EDITOR environment variables, and fallbacks to “code”.



36
37
38
# File 'lib/jeny/configuration.rb', line 36

def editor_command
  @editor_command
end