module Rib::Edit

Public Instance Methods

editor() click to toggle source
# File lib/rib/more/edit.rb, line 33
def editor
  ENV['EDITOR'] || 'vim'
end