class LoveLetterApplication::Results::Nodes::HandsSwitchedNode

Public Instance Methods

accept(visitor, **args) click to toggle source
# File lib/love_letter_application/results/nodes/hands_switched_node.rb, line 14
def accept(visitor, **args)
  visitor = ::Types.Interface(:handle_hands_switched).call(visitor)
  visitor.handle_hands_switched(self, args)
end