class SyntaxTree::HshPtn::KeywordRestFormatter
Formats the optional double-splat from the pattern.
def comments
def comments [] end
def format(q)
def format(q) q.text("**") q.format(keyword_rest) end
def initialize(keyword_rest)
def initialize(keyword_rest) @keyword_rest = keyword_rest end