Registry / utility / ks
library0.0.2rbrubygemsunverified

Keyword-initialized Structs for Ruby.

gem install ks
INSTALL
IMPORT
SIG · KS
K
ks
utilityrubyv0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ks
require 'ks'

Create a struct with keyword initialization.

require 'ks' Point = Ks.new(:x, :y) p = Point.new(x: 1, y: 2) p.x # => 1
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ks — gem install ks · libregistry