class SyntaxTree::AryPtn::RestFormatter
Formats the optional splat of an array pattern.
def comments
def comments value.comments end
def format(q)
def format(q) q.text("*") q.format(value) end
def initialize(value)
def initialize(value) @value = value end