class LoveLetterApplication::Results::Nodes::NextPlayerNode

Public Instance Methods

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