diff options
author | Aditya Prakash <aditya.prakash132@gmail.com> | 2016-03-08 11:50:15 +0530 |
---|---|---|
committer | Aditya Prakash <aditya.prakash132@gmail.com> | 2016-03-09 07:51:32 +0530 |
commit | 4eefb1ee2b8e2c2ba005ec27003bbf83b174f374 (patch) | |
tree | 638a46a55a2e6cf1221b1512647b56c6d6347207 /lib/bundler/psyched_yaml.rb | |
parent | feb41629b7cf0267e624857393f7cf198c764755 (diff) | |
download | bundler-4eefb1ee2b8e2c2ba005ec27003bbf83b174f374.tar.gz |
Add test for checking langauge of sentences used in source code
Diffstat (limited to 'lib/bundler/psyched_yaml.rb')
-rw-r--r-- | lib/bundler/psyched_yaml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/psyched_yaml.rb b/lib/bundler/psyched_yaml.rb index 2c85cb0a53..69d2ae78c5 100644 --- a/lib/bundler/psyched_yaml.rb +++ b/lib/bundler/psyched_yaml.rb @@ -5,7 +5,7 @@ begin rescue LoadError end if defined?(gem) -# Psych could just be in the stdlib +# Psych could be in the stdlib # but it's too late if Syck is already loaded begin require "psych" unless defined?(Syck) |