Sha256: 7eb51bd3993c97318c7dc27b8976e2c584fc0d4f4e32e77c0d64333876536935

Contents?: true

Size: 333 Bytes

Versions: 107

Compression:

Stored size: 333 Bytes

Contents

module Vagrant
  module Util
    module LineEndingHelpers
      # Converts line endings to unix-style line endings in the
      # given string.
      #
      # @param [String] string Original string
      # @return [String] The fixed string
      def dos_to_unix(string)
        string.gsub("\r\n", "\n")
      end
    end
  end
end

Version data entries

107 entries across 100 versions & 18 rubygems

Version Path
vagrant-unbundled-2.2.2.0 lib/vagrant/util/line_ending_helpers.rb
vagrant-unbundled-2.2.0.0 lib/vagrant/util/line_ending_helpers.rb
vagrant-unbundled-2.1.4.0 lib/vagrant/util/line_ending_helpers.rb
vagrant-unbundled-2.1.2.0 lib/vagrant/util/line_ending_helpers.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-04f7215b5e3f/lib/vagrant/util/line_ending_helpers.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-04f7215b5e3f/lib/vagrant/util/line_ending_helpers.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-04f7215b5e3f/lib/vagrant/util/line_ending_helpers.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-04f7215b5e3f/lib/vagrant/util/line_ending_helpers.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-04f7215b5e3f/lib/vagrant/util/line_ending_helpers.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-04f7215b5e3f/lib/vagrant/util/line_ending_helpers.rb
vagrant-unbundled-2.1.1.0 lib/vagrant/util/line_ending_helpers.rb
vagrant-unbundled-2.0.4.0 lib/vagrant/util/line_ending_helpers.rb
vagrant-unbundled-2.0.3.0 lib/vagrant/util/line_ending_helpers.rb
vagrant-aws-detiber-0.7.2.pre.4 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/lib/vagrant/util/line_ending_helpers.rb
vagrant-aws-detiber-0.7.2.pre.3 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/lib/vagrant/util/line_ending_helpers.rb
vagrant-aws-detiber-0.7.2.pre.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/lib/vagrant/util/line_ending_helpers.rb
vagrant-unbundled-2.0.2.0 lib/vagrant/util/line_ending_helpers.rb
vagrant-unbundled-2.0.1.0 lib/vagrant/util/line_ending_helpers.rb
vagrant-aws-mkubenka-0.7.2.pre.22 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-f3fdbf414272/lib/vagrant/util/line_ending_helpers.rb
vagrant-aws-mkubenka-0.7.2.pre.16 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-1ee58c40e3f5/lib/vagrant/util/line_ending_helpers.rb