Class: Metamorpher::Terms::Derived

Inherits:
Term
  • Object
show all
Defined in:
lib/metamorpher/terms/derived.rb

Instance Attribute Summary

Attributes inherited from Term

#parent

Instance Method Summary collapse

Methods inherited from Term

#alternatives, #path, #with_younger_siblings

Methods included from Rewriter::Substitution

#substitute

Methods included from Rewriter::Replacement

#replace

Methods included from Matcher::Matching

#match

Methods included from Visitable

#accept

Instance Method Details

#inspectObject



8
9
10
# File 'lib/metamorpher/terms/derived.rb', line 8

def inspect
  "[#{base.map(&:upcase).join(', ')}] -> ..."
end