module PryEditline
def self.editor
def self.editor if defined?(Pry) Pry.editor else ENV.values_at('VISUAL', 'EDITOR').compact.first || 'vi' end end
def self.editor if defined?(Pry) Pry.editor else ENV.values_at('VISUAL', 'EDITOR').compact.first || 'vi' end end