Class: Dev::Common::Platform
- Defined in:
- lib/firespring_dev_commands/platform.rb
Overview
Class which returns information about the current platform
Constant Summary
Constants inherited from Platform
Platform::ALLOWED_ARCHITECTURES
Instance Method Summary collapse
-
#initialize ⇒ Platform
constructor
deprecated
Deprecated.
Please use Platform#new instead
Methods inherited from Platform
Constructor Details
#initialize ⇒ Platform
Deprecated.
Please use Platform#new instead
Initializer for the deprecated class
41 42 43 44 |
# File 'lib/firespring_dev_commands/platform.rb', line 41 def initialize warn '[DEPRECATION] `Dev::Common::Platform#new` is deprecated. Please use `Dev::Platform#new` instead.' super end |