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
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