Module: Tmuxinator::Deprecations

Included in:
Project
Defined in:
lib/tmuxinator/deprecations.rb

Instance Method Summary collapse

Instance Method Details

#cli_args?Boolean

Returns:

  • (Boolean)


17
18
19
# File 'lib/tmuxinator/deprecations.rb', line 17

def cli_args?
  yaml["cli_args"]
end

#post?Boolean

Returns:

  • (Boolean)


25
26
27
# File 'lib/tmuxinator/deprecations.rb', line 25

def post?
  yaml["post"]
end

#pre?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'lib/tmuxinator/deprecations.rb', line 21

def pre?
  yaml["pre"]
end

#pre_tab?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/tmuxinator/deprecations.rb', line 13

def pre_tab?
  yaml["pre_tab"]
end

#rbenv?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/tmuxinator/deprecations.rb', line 9

def rbenv?
  yaml["rbenv"]
end

#rvm?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/tmuxinator/deprecations.rb', line 5

def rvm?
  yaml["rvm"]
end