# File lib/tmuxinator/deprecations.rb, line 17 def cli_args? yaml["cli_args"] end
# File lib/tmuxinator/deprecations.rb, line 25 def post? yaml["post"] end
# File lib/tmuxinator/deprecations.rb, line 21 def pre? yaml["pre"] end
# File lib/tmuxinator/deprecations.rb, line 13 def pre_tab? yaml["pre_tab"] end
# File lib/tmuxinator/deprecations.rb, line 9 def rbenv? yaml["rbenv"] end
# File lib/tmuxinator/deprecations.rb, line 5 def rvm? yaml["rvm"] end