ruby-changes:43424
From: svn <ko1@a...>
Date: Fri, 24 Jun 2016 18:06:14 +0900 (JST)
Subject: [ruby-changes:43424] svn:r55498 (trunk): * remove trailing spaces.
svn 2016-06-24 18:06:09 +0900 (Fri, 24 Jun 2016) New Revision: 55498 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55498 Log: * remove trailing spaces. Modified files: trunk/ext/psych/lib/psych.rb Index: ext/psych/lib/psych.rb =================================================================== --- ext/psych/lib/psych.rb (revision 55497) +++ ext/psych/lib/psych.rb (revision 55498) @@ -469,7 +469,7 @@ module Psych https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych.rb#L469 ### # Load the document contained in +filename+. Returns the yaml contained in # +filename+ as a Ruby object, or if the file is empty, it returns - # the specified default return value, which defaults to an empty Hash + # the specified default return value, which defaults to an empty Hash def self.load_file filename, fallback = false File.open(filename, 'r:bom|utf-8') { |f| self.load f, filename, FALLBACK.new(fallback) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/