Method: Bluth::Gob#attempt?

Defined in:
lib/bluth.rb

#attempt?Boolean

Returns:

  • (Boolean)


305
306
307
# File 'lib/bluth.rb', line 305

def attempt?
  attempts < MAX_ATTEMPTS
end