Sha256: 1cb27c10455069852ca9e75b3ccefc899f30ba05d693a777a3225e22d6390b3d
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
module Specinfra class Runner include Singleton def method_missing(meth, *args, &block) if os.include?(:family) && os[:family] == 'windows' Specinfra.backend.send(meth, *args) else Specinfra::Command::Processor.send(meth, *args) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
specinfra-2.0.0.beta15 | lib/specinfra/runner.rb |