Code Review: rails-12

tfpt review “/shelveset:rails-12;REDMOND\jflam”

  • Adds an implementation of Kernel#rand. Passes all specs
  • Fixes bug where you are matching a regex against a nil (both #match
    and #=~)
  • Fixes glob for matching directory names (paths that end with / are
    assumed to refer to dirs and not files)
  • Fixes bug in constructing Digest objects in OpenSSL

Thanks,
-John

Looks good. The final “rand” implementation would need to use a
“srand”-seeded generator associated with RubyExecutionContext though.

Tomas