In Files

Parent

Methods

Files

TOML::Key

Attributes

key[R]
value[R]

Public Class Methods

new(key, value) click to toggle source
# File lib/toml/key.rb, line 5
def initialize(key, value)
  @key = key
  @value = value
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.