module Gamefic::Active::Messaging

def stream(message)

Parameters:
  • message (String) --
def stream(message)
  messenger.stream message
end