Class: Pretest::Mobile::Environment
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Pretest::Mobile::Environment
- Includes:
- Thor::Actions
- Defined in:
- lib/pretest/mobile/environment.rb
Instance Method Summary collapse
Instance Method Details
#set_mobile_environment ⇒ Object
15 16 17 18 19 20 |
# File 'lib/pretest/mobile/environment.rb', line 15 def set_mobile_environment if linux? || mac? mobile_env elsif windows? end end |