Module: BrandEinsHelper

Defined in:
lib/brandeins/helper.rb

Class Method Summary collapse

Class Method Details

.osx?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/brandeins/helper.rb', line 6

def self.osx?
  RUBY_PLATFORM.include? 'darwin'
end

.windows?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'lib/brandeins/helper.rb', line 2

def self.windows?
  RUBY_PLATFORM.include? 'w32'
end