class Noir::Command::Edit
Public Class Methods
editor()
click to toggle source
# File lib/noir/command/edit.rb, line 4 def self.editor ENV['EDITOR'] || 'vim' end
# File lib/noir/command/edit.rb, line 4 def self.editor ENV['EDITOR'] || 'vim' end