Method: Mutant::AST::Pattern::Node#syntax

Defined in:
lib/mutant/ast/pattern.rb

#syntaxObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



85
86
87
# File 'lib/mutant/ast/pattern.rb', line 85

def syntax
  "#{type}#{pair_syntax}"
end