class RuboCop::AST::NodePattern

def encode_with(coder) # :nodoc:

:nodoc:
def encode_with(coder) # :nodoc:
  coder['pattern'] = pattern
end