Module: Zheng

Defined in:
lib/zheng/game.rb,
lib/zheng/util.rb,
lib/zheng/player.rb,
lib/zheng/rating.rb,
lib/zheng/actions.rb,
lib/zheng/parameters.rb,
lib/zheng/actions/game.rb,
lib/zheng/actions/player.rb,
lib/zheng/actions/database.rb

Defined Under Namespace

Modules: Actions, Parameters Classes: Game, Player, Rating

Class Method Summary collapse

Class Method Details

.output(text) ⇒ Object

I put it here so I can easily silence it for tests



4
5
6
# File 'lib/zheng/util.rb', line 4

def output text
  puts text
end