Home
Classes
Methods
Defined In
lib/toml/key.rb
Parent
Object
Methods
::new
Pages
LICENSE
Class and Module Index
TOML
TOML::Generator
TOML::Key
TOML::Parser
TOML::Parslet
TOML::Table
TOML::TableArray
TOML::Transformer
Array
DateTime
FalseClass
Hash
Numeric
Object
String
TrueClass
class 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