module Souyuz::Platform

Constants

ANDROID
IOS
OSX

Public Class Methods

from_lane_context(context) click to toggle source
# File lib/souyuz/platform.rb, line 7
def self.from_lane_context(context)
  current_platform = context[:PLATFORM_NAME].to_s

  # map in the future, if necessary

  current_platform
end