class WRKFLO::EmacsStep
Public Instance Methods
run()
click to toggle source
# File lib/wrkflo/steps/emacs.rb, line 7 def run log "Opening an Emacs frame at #{config.path}" `emacsclient -c -a "" -n #{config.path}` end