emancu / toml-rb

A parser for TOML using Citrus library.
MIT License
104 stars 39 forks source link

Replace generic options hash with specific option. #130

Closed emancu closed 3 years ago

emancu commented 3 years ago

In the past, we were supporting Ruby versions without named parameters and we didn't know how many options will use for loading/parsing TOML. Years have passed and the interface is stable so we are simplifying it.

This will be useful for the adoption of Steep or defining types in Ruby 3