Registry / config / toml-rb

toml-rb

JSON →
library4.2.0rbrubygemsunverified

toml-rb is a TOML parser for Ruby built on the Citrus parsing library.

gem install toml-rb
INSTALL
IMPORT
SIG · TOML-RB
T
toml-rb
configrubyv4.2.0
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.

TomlRB
require 'toml-rb'

Parse a TOML string

require 'toml-rb' doc = TomlRB.parse('[server] host = "localhost"') puts doc['server']['host'] # localhost
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
51 hits · last 30 days
node
44
Amazon
1
OpenAI (training)
1
Resources
toml-rb — gem install toml-rb · libregistry