class SchoetlrGem::Player

Attributes

hand[RW]

Public Class Methods

new(string = nil) click to toggle source
# File lib/schoetlr_gem.rb, line 22
def initialize(string = nil)
  @hand = string
end