do_stuff_with

in clients/ruby/client.rb [6:10]


def do_stuff_with(event)
  print("Got a pubsub event!:\n")
  print(event, "\n")
end