Module: Rib::Edit

Extended by:
Plugin
Defined in:
lib/rib/more/edit.rb

Defined Under Namespace

Modules: Imp

Instance Attribute Summary

Attributes included from Plugin

#disabled

Instance Method Summary collapse

Methods included from Plugin

const_missing, disable, disabled?, enable, enabled?, extended

Instance Method Details

#editorObject



33
34
35
# File 'lib/rib/more/edit.rb', line 33

def editor
  ENV['EDITOR'] || 'vim'
end