Class: EmacsStep
Instance Attribute Summary
Attributes inherited from Step
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
#run ⇒ Object
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 |