Method: Lemon::TestAdvice#initialize
- Defined in:
- lib/lemon/test_advice.rb
#initialize ⇒ TestAdvice
New case instance.
17 18 19 |
# File 'lib/lemon/test_advice.rb', line 17 def initialize @table = Hash.new{ |h,k| h[k] = {} } end |
New case instance.
17 18 19 |
# File 'lib/lemon/test_advice.rb', line 17 def initialize @table = Hash.new{ |h,k| h[k] = {} } end |