File: inline-table-duplicate-key2.toml

package info (click to toggle)
ruby-toml-rb 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,840 kB
  • sloc: ruby: 1,350; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
# Inline tables fully define the keys and sub-tables within them.
# New keys and sub-tables cannot be added to them.
[product]
type = { name = "Nail" }
type.edible = false