Class: Forall::Vacuous

Inherits:
Struct
  • Object
show all
Defined in:
lib/forall.rb

Overview

Couldn’t find enough suitable inputs to test

Instance Attribute Summary collapse

Instance Attribute Details

#counterObject

Returns the value of attribute counter

Returns:

  • (Object)

    the current value of counter



16
17
18
# File 'lib/forall.rb', line 16

def counter
  @counter
end

#seedObject

Returns the value of attribute seed

Returns:

  • (Object)

    the current value of seed



16
17
18
# File 'lib/forall.rb', line 16

def seed
  @seed
end