Sha256: bad1e5b1ccf959d76d66232d5885679aa5885793de4be60f82517011ff515f76

Contents?: true

Size: 403 Bytes

Versions: 5

Compression:

Stored size: 403 Bytes

Contents

#module ArubaOverrides
#  def detect_ruby_script(cmd)
#    puts "CMD IS: #{cmd}"
#    if cmd =~ /^vimpack /
#      lib_path = File.join(File.dirname(__FILE__), '..', '..', 'lib')
#      cmd_path = File.join(File.dirname(__FILE__), '..', '..', 'bin', cmd)
#      puts "RUNNING VIMPACK!"
#      "ruby -I#{lib_path} -S #{cmd_path}"
#    else
#      super(cmd)
#    end
#  end
#end
#
#World(ArubaOverrides)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vimpack-0.0.4 features/support/executable_paths.rb
vimpack-0.0.3 features/support/executable_paths.rb
vimpack-0.0.2 features/support/executable_paths.rb
vimpack-0.0.1.1 features/support/executable_paths.rb
vimpack-0.0.1 features/support/executable_paths.rb