comparison 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
comparison
equal deleted inserted replaced
1:107d94e009cc 2:67a6071afec7
1 module Pmuxinator
2 module Deprecations
3 def rvm?
4 yaml["rvm"]
5 end
6
7 def rbenv?
8 yaml["rbenv"]
9 end
10
11 def pre_tab?
12 yaml["pre_tab"]
13 end
14
15 def cli_args?
16 yaml["cli_args"]
17 end
18 end
19 end