You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require'./foo.rb'require'test/unit/assertions'includeTest::Unit::Assertionsf=Foo.new({})assert(f.string.nil?,'string should be nil')assert(f.hash.nil?,'hash should be nil')pf.arrayassert(f.array.nil?,'array should be nil')
Am I missing something or is this a real bug?
The text was updated successfully, but these errors were encountered:
I think I found a bug in virtus.
It looks like the
default
parameter is being ignored for Array attributes. Here's how to reproduce:Am I missing something or is this a real bug?
The text was updated successfully, but these errors were encountered: