class RuboCop::AST::NodePattern

def init_with(coder) # :nodoc:

:nodoc:
def init_with(coder) # :nodoc:
  initialize(coder['pattern'])
end