3 4 5
# File 'lib/metamorpher/visitable/visitable.rb', line 3 def accept(visitor) visitor.visit(self) end