Closed seancribbs closed 12 years ago
Didn't run the tests - going to assume you're doing that - but reviewed the diff and it looks good to me. :+1:
@ntalbott There are no external functionality changes, hence no changes in the tests. I attempted to port assert_performance_*
but found it lacking in the ability to verify the behavior I wanted to check.
Sorry, didn't mean to imply you needed to write tests; rather was just saying I trusted you to make sure existing tests still pass with these changes.
@ntalbott I know. ;) Just trying to add some more context.
Kernel#Array -> Array::wrap in associations has better semantics. Also, define attributes methods after adding properties should reduce method_missing overhead. Should fix #268.