lib/backports/1.9.1/file/lchown.rb



if RUBY_VERSION < '1.9'
  require 'backports/tools/path'

  Backports.convert_all_arguments_to_path File, :lchown, 2
end