Method: Mutant::AST::Pattern::Node#initialize

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

#initialize(attributes) ⇒ Node

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.

Returns a new instance of Node.



19
20
21
# File 'lib/mutant/ast/pattern.rb', line 19

def initialize(attributes)
  super(DEFAULTS.merge(attributes))
end