7001665342
* Add ruby indents * Include ruby in generated docs
25 lines
261 B
TOML
25 lines
261 B
TOML
indent = [
|
|
"argument_list",
|
|
"array",
|
|
"begin",
|
|
"block",
|
|
"call",
|
|
"class",
|
|
"case",
|
|
"do_block",
|
|
"elsif",
|
|
"if",
|
|
"hash",
|
|
"method",
|
|
"module",
|
|
"singleton_class",
|
|
"singleton_method",
|
|
]
|
|
|
|
outdent = [
|
|
")",
|
|
"}",
|
|
"]",
|
|
"end",
|
|
"when",
|
|
]
|