Libraries
»
linerb
(0.1.8)
»
Index (G)
»
G_a_h_e1_a_m0
Module: G_a_h_e1_a_m0
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary
collapse
CONCAT =
1
REPLACE =
2
VALUE_MAP =
{
1
=>
"
CONCAT
"
,
2
=>
"
REPLACE
"
}
VALID_VALUES =
Set
.
new
(
[
CONCAT
,
REPLACE
]
)
.
freeze