# File lib/toml/key.rb, line 5
    def initialize(key, value)
      @key = key
      @value = value
    end