Method: Chadet::Guess#initialize
- Defined in:
- lib/chadet.rb
#initialize(chars_set) ⇒ Guess
Returns a new instance of Guess.
215 216 217 218 219 |
# File 'lib/chadet.rb', line 215 def initialize chars_set @guess = "" @guess_num = 0 @chars_set = chars_set end |