Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Mar 9, 2011
1 parent 3534487 commit 6d277cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/open_namespace/class_methods.rb
Expand Up @@ -70,7 +70,7 @@ def require_file(name)

begin
require path
rescue Gem::LoadError
rescue Gem::LoadError => e
raise(e)
rescue ::LoadError
return nil
Expand Down

0 comments on commit 6d277cf

Please sign in to comment.