Skip to content

Commit

Permalink
Merge pull request #1988 from amatsuda/beginend
Browse files Browse the repository at this point in the history
Removing meaningless begin and end
  • Loading branch information
koic authored May 18, 2020
2 parents 4b20341 + 95dc8af commit fc96fb1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/faker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

mydir = __dir__

begin
require 'psych'
end

require 'psych'
require 'i18n'
require 'set' # Fixes a bug in i18n 0.6.11

Expand Down

0 comments on commit fc96fb1

Please sign in to comment.