Class: EmacsStep

Inherits:
Step
  • Object
show all
Defined in:
lib/wrkflo/steps/emacs.rb

Instance Attribute Summary

Attributes inherited from Step

#config, #name, #project

Instance Method Summary collapse

Methods inherited from Step

add_alias, create, #initialize, #log, #unrun

Constructor Details

This class inherits a constructor from Step

Instance Method Details

#runObject



4
5
6
7
# File 'lib/wrkflo/steps/emacs.rb', line 4

def run
  log "Opening an Emacs frame at #{config}"
  `emacsclient -c -a "" -n #{config}`
end