module Tmuxinator::Deprecations

Public Instance Methods

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