class RubyGo::HTMLPrinter

Constants

COLORS
LETTERS
TEMPLATE

Attributes

io[R]

Public Class Methods

new(io) click to toggle source
# File lib/ruby-go/printers/html.rb, line 62
def initialize(io)
  @io = io
end

Public Instance Methods

print_game(game) click to toggle source