Skip to content

Commit

Permalink
Let the "require" lines be clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Lorenzoni committed Feb 25, 2009
1 parent baaf5dd commit 425331b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions uuid.rb
Expand Up @@ -24,13 +24,9 @@
# include the version in the raw_bytes.


%w[
digest/md5
digest/sha1
tmpdir
].each do |f|
require f
end
require 'digest/md5'
require 'digest/sha1'
require 'tmpdir'

# Pure ruby UUID generator, which is compatible with RFC4122
UUID = Struct.new "UUID", :raw_bytes
Expand Down

0 comments on commit 425331b

Please sign in to comment.