module Tmuxinator::Deprecations
Public Instance Methods
cli_args?()
click to toggle source
# File lib/tmuxinator/deprecations.rb, line 15 def cli_args? yaml["cli_args"] end
post?()
click to toggle source
# File lib/tmuxinator/deprecations.rb, line 23 def post? yaml["post"] end
pre?()
click to toggle source
# File lib/tmuxinator/deprecations.rb, line 19 def pre? yaml["pre"] end
pre_tab?()
click to toggle source
# File lib/tmuxinator/deprecations.rb, line 11 def pre_tab? yaml["pre_tab"] end
rbenv?()
click to toggle source
# File lib/tmuxinator/deprecations.rb, line 7 def rbenv? yaml["rbenv"] end
rvm?()
click to toggle source
# File lib/tmuxinator/deprecations.rb, line 3 def rvm? yaml["rvm"] end