class TestSweet::Config

Public Class Methods

android?() click to toggle source
# File lib/test_sweet/config.rb, line 3
def self.android?
  defined?(Motion::Project::AndroidConfig)
end