Sha256: d6726e3d6339bd6fb34e728dba8e2ff40b251a0fbadd288401805af904b89a78

Contents?: true

Size: 201 Bytes

Versions: 3

Compression:

Stored size: 201 Bytes

Contents

module Rake::Funnel::Extensions
  module WindowsPath
    def to_windows_path
      self.gsub(%r|/|, '\\')
    end
  end
end

class String
  include Rake::Funnel::Extensions::WindowsPath
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rake-funnel-0.3.2.pre lib/rake/funnel/extensions/windows_path.rb
rake-funnel-0.3.1.pre lib/rake/funnel/extensions/windows_path.rb
rake-funnel-0.3.0.pre lib/rake/funnel/extensions/windows_path.rb