Mercurial > hg > Members > atton > pmux
diff lib/pmuxinator/deprecations.rb @ 2:67a6071afec7
Rename tmuxinator -> pmuxinator
$ zmv **/*tmuxinator* **/*pmuxinator*
$ gsed -e 's/tmuxinator/pmuxinator/g' -i **/*.*
$ gsed -e 's/Tmuxinator/Pmuxinator/g' -i **/*.*
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 21 Jul 2014 08:32:00 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/pmuxinator/deprecations.rb Mon Jul 21 08:32:00 2014 +0900 @@ -0,0 +1,19 @@ +module Pmuxinator + module Deprecations + def rvm? + yaml["rvm"] + end + + def rbenv? + yaml["rbenv"] + end + + def pre_tab? + yaml["pre_tab"] + end + + def cli_args? + yaml["cli_args"] + end + end +end