Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mixin-platform

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixin-platform

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Mixin::Platform

A mixin for querying the platform running Ruby

Installation

Add this line to your application's Gemfile:

gem 'mixin-platform'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mixin-platform

Usage

Using it as a Mixin

require 'mixin/platform'

class PowerUp
  include Mixin::Platform
end

power_up = PowerUp.new
power_up.osx?     #=> true
power_up.windows? #-> false
power_up.linux?   #=> false

Using it as a module

require 'mixin/platform'

Mixin::Platform.osx?     #=> true
Mixin::Platform.windows? #=> false
Mixin::Platform.linux?   #=> false

Authors and Contributors

  • Jamie Winsor (reset@riotgames.com)

Thank you to all of our Contributors, testers, and users.

FAQs

Package last updated on 11 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc