Class: Dev::Common::Platform

Inherits:
Platform show all
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

Methods inherited from Platform

#architecture

Constructor Details

#initializePlatform

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