Sha256: 533c022aa24601aef654b5894240b76d215a35afdc9be5d3310f2734b3a352e8
Contents?: true
Size: 343 Bytes
Versions: 3
Compression:
Stored size: 343 Bytes
Contents
module MinableSupport def install_minable(path = nil) if path run_simple("bundle exec minable install --path '#{path}'") else run_simple('bundle exec minable install') end end def minable_path(prefix, path) if prefix File.join(prefix, path) else path end end end World(MinableSupport)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
minable-0.1.3 | features/support/minable_support.rb |
minable-0.1.2 | features/support/minable_support.rb |
minable-0.1.1 | features/support/minable_support.rb |