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