class SchoetlrGem::Computer

Attributes

hand[RW]

Public Class Methods

new() click to toggle source
# File lib/schoetlr_gem.rb, line 11
def initialize
  @hand = ["scissors", "rock", "paper"].sample
end