Module: Tmuxinator::Deprecations
- Included in:
- Project
- Defined in:
- lib/tmuxinator/deprecations.rb
Instance Method Summary collapse
- #cli_args? ⇒ Boolean
- #post? ⇒ Boolean
- #pre? ⇒ Boolean
- #pre_tab? ⇒ Boolean
- #rbenv? ⇒ Boolean
- #rvm? ⇒ Boolean
Instance Method Details
#cli_args? ⇒ Boolean
17 18 19 |
# File 'lib/tmuxinator/deprecations.rb', line 17 def cli_args? yaml["cli_args"] end |
#post? ⇒ Boolean
25 26 27 |
# File 'lib/tmuxinator/deprecations.rb', line 25 def post? yaml["post"] end |
#pre? ⇒ Boolean
21 22 23 |
# File 'lib/tmuxinator/deprecations.rb', line 21 def pre? yaml["pre"] end |
#pre_tab? ⇒ Boolean
13 14 15 |
# File 'lib/tmuxinator/deprecations.rb', line 13 def pre_tab? yaml["pre_tab"] end |
#rbenv? ⇒ Boolean
9 10 11 |
# File 'lib/tmuxinator/deprecations.rb', line 9 def rbenv? yaml["rbenv"] end |
#rvm? ⇒ Boolean
5 6 7 |
# File 'lib/tmuxinator/deprecations.rb', line 5 def rvm? yaml["rvm"] end |