Sha256: 1f0504787ffa06dcf35b063afb95a44212364987f383dd66ace1ce33656e3800

Contents?: true

Size: 182 Bytes

Versions: 1

Compression:

Stored size: 182 Bytes

Contents

require 'rbconfig'

def prefix
  case RbConfig::CONFIG['host_os']
  when /mswin|msys|mingw|cygwin|bccwin|wince|emc/
    'bundle exec ruby bin/'
  else
    'bin/'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alpacabuildtool-1.0.0 features/support/env.rb