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

iww

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iww

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

I.W.W. One Big Union

The Indistrial Workers of the World represent workers from a host of backgrounds and occupations brought together in the struggle for better conditions for all.

more info

Installation

bundle

bundle add iww

gem

gem install iww

build

gem build iww.gemspec

Usage

First, require the library:

require 'iww'

Preample

The I.W.W. Constitution preamble.

Iww.preamble

A helpful link to become a member.

Iww.join!

Images

The red and white logos, and the seal.

Iww.image

Jobs

A list of represented jobs and industries.

Iww.jobs

Find the appropriate division based upon search.

##
# search object
Iww[123]            # Search by division number.
Iww["123"]          # Search by division number from a string.
Iww[:job]    # Search by job as symbol.
Iww["division"]       # Search by division as string.

...

##
# returns a hash with key of the divison number as a string and the division description also as a string.
{ "123" => "Division" }

Interactive

You can also run ruby bin/console for an interactive prompt that will allow you to experiment.

FAQs

Package last updated on 25 Feb 2024

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