Path: | CHANGES |
Last Update: | Thu Jul 30 08:40:37 -0400 2009 |
e.g.:
before: user.user_certificate # => {"binary" => "..."} now: user.user_certificate # => "..."
Without attr parsing cache: real 13m53.129s user 13m11.350s sys 0m7.030s With attr parsing cache: real 1m0.416s user 0m28.390s sys 0m2.380s
irb> user.cn(true) => ['My Common Name']
This makes things easier for larger programming tasks.